Skip to content

Commit d68854b

Browse files
committed
fix permission of default folders
1 parent 383cc84 commit d68854b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits/LfmHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public function getFilesWithInfo($path)
314314
public function createFolderByPath($path)
315315
{
316316
if (!File::exists($path)) {
317-
File::makeDirectory($path, $mode = 0777, true, true);
317+
File::makeDirectory($path, 0777, true, true);
318318
}
319319
}
320320

0 commit comments

Comments
 (0)