mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
correction of chmod function
This commit is contained in:
@@ -1339,6 +1339,15 @@ class elFinderVolumeDropbox extends elFinderVolumeDriver {
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
* chmod implementation
|
||||
*
|
||||
* @return bool
|
||||
**/
|
||||
protected function _chmod($path, $mode) {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Unpack archive
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user