Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 9b2d8ba

Browse files
committed
Set metastore files hidden if possible
1 parent 339a605 commit 9b2d8ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/plugins/metastore.serial/SerialMetaStore.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ protected function saveMetaFileData($ajxpNode, $scope, $userId)
323323
$nodeIsWinLocal = true;
324324
if (file_exists($metaFile)) {
325325
$writeMode = "rw+";
326+
$nodeIsWinLocal = false;
326327
}
327328
}
328329
$fp = @fopen($metaFile, $writeMode);

0 commit comments

Comments
 (0)