connector: driver->_mkdir changed - now must return new dir path or false. ftp driver - mkdir complete

This commit is contained in:
Dmitry (dio) Levashov
2011-11-10 00:58:43 +04:00
parent b2155addf7
commit 8ebd034b3c
3 changed files with 13 additions and 28 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
if (@mkdir($path)) {
@chmod($path, $this->options['dirMode']);
return true;
return $path;
}
return false;