src build elFinder-2.1-6974f1b

This commit is contained in:
nao-pon
2017-09-18 22:58:42 +09:00
parent 073d79c787
commit bee62ee329
11 changed files with 33 additions and 23 deletions
+1 -1
View File
@@ -1210,7 +1210,7 @@ class elFinderVolumeDropbox2 extends elFinderVolumeDriver
**/
protected function _mkfile($path, $name)
{
return $this->_save(fopen($this->getTempFile(), 'wb'), $path, $name, []);
return $this->_save($this->tmpfile(), $path, $name, []);
}
/**