mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
drivers inner api changedgit status! elFinderVolumeDriver::_save(, , , , , ) -> elFinderVolumeDriver::_save(, , , )
This commit is contained in:
@@ -518,10 +518,11 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
|
||||
* @param resource $fp file pointer
|
||||
* @param string $dir target dir path
|
||||
* @param string $name file name
|
||||
* @param array $stat file stat (required by some virtual fs)
|
||||
* @return bool|string
|
||||
* @author Dmitry (dio) Levashov
|
||||
**/
|
||||
protected function _save($fp, $dir, $name, $mime, $w, $h) {
|
||||
protected function _save($fp, $dir, $name, $stat) {
|
||||
$path = $dir.DIRECTORY_SEPARATOR.$name;
|
||||
|
||||
if (!($target = @fopen($path, 'wb'))) {
|
||||
|
||||
Reference in New Issue
Block a user