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
@@ -605,7 +605,7 @@ class elFinderVolumeMySQL extends elFinderVolumeDriver {
protected function _fopen($path, $mode='rb') {
$fp = $this->tmbPath
? fopen($this->getTempFile($path), 'w+')
: tmpfile();
: $this->tmpfile();
if ($fp) {