src build elFinder-2.1-57fdcb1

This commit is contained in:
nao-pon
2017-09-28 16:39:32 +09:00
parent d6d9c80044
commit d2fc472095
7 changed files with 109 additions and 41 deletions
+1 -1
View File
@@ -934,7 +934,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
* @author Dmitry (dio) Levashov
**/
protected function _filePutContents($path, $content) {
return file_put_contents($path, $content, LOCK_EX);
return (file_put_contents($path, $content, LOCK_EX) !== false);
}
/**