mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
connector: driver->_mkdir changed - now must return new dir path or false. ftp driver - mkdir complete
This commit is contained in:
@@ -423,7 +423,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
|
||||
|
||||
if (@mkdir($path)) {
|
||||
@chmod($path, $this->options['dirMode']);
|
||||
return true;
|
||||
return $path;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user