Skip to content

Commit 2566445

Browse files
committed
[#1933] Fixing bad chmod call
1 parent d3ad7fd commit 2566445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/filesystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ recursive option::
152152
// set the mode of the video to 0600
153153
$fs->chmod('video.ogg', 0600);
154154
// change the mod of the src directory recursively
155-
$fs->chmod('src', 0700, true);
155+
$fs->chmod('src', 0700, 0000, true);
156156

157157
.. note::
158158

0 commit comments

Comments
 (0)