drivers inner api changedgit status! elFinderVolumeDriver::_save(, , , , , ) -> elFinderVolumeDriver::_save(, , , )

This commit is contained in:
Dmitry (dio) Levashov
2012-09-11 22:22:36 +04:00
parent cc36708e4c
commit 6638eae1d2
5 changed files with 72 additions and 61 deletions
+2 -1
View File
@@ -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'))) {