Update Core\File
This commit is contained in:
parent
a8bf3afb9c
commit
0468a1713d
1 changed files with 2 additions and 1 deletions
|
@ -221,7 +221,8 @@ class File
|
|||
return false;
|
||||
}
|
||||
}
|
||||
@\chmod($path, 0644);
|
||||
|
||||
\chmod($path, 0644);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue