[volume] super class function resize support remote volume

ref.
https://github.com/Studio-42/elFinder/pull/928#issuecomment-70731922
This commit is contained in:
nao-pon
2015-01-23 17:38:19 +09:00
parent 1b4b8a3abf
commit 4459bb5947
5 changed files with 97 additions and 298 deletions
@@ -764,4 +764,17 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
return file_exists($path) ? $path : false;
}
/******************** Over write functions *************************/
/**
* File path of local server side work file path
*
* @param string $path
* @return string
* @author Naoki Sawada
*/
protected function getWorkFile($path) {
return $path;
}
} // END class