correction of chmod function

This commit is contained in:
nao-pon
2015-06-19 23:08:35 +09:00
parent 77403c68a0
commit f1f3b97cee
8 changed files with 61 additions and 21 deletions
+9
View File
@@ -1339,6 +1339,15 @@ class elFinderVolumeDropbox extends elFinderVolumeDriver {
return array();
}
/**
* chmod implementation
*
* @return bool
**/
protected function _chmod($path, $mode) {
return false;
}
/**
* Unpack archive
*