src build elFinder-2.1-6fbdb0c

This commit is contained in:
nao-pon
2020-04-05 16:15:30 +09:00
parent 613425d7b1
commit 9749b9f380
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -879,7 +879,7 @@ class elFinderVolumeMySQL extends elFinderVolumeDriver
}
if ($this->isLocalhost && ($tmpfile = tempnam($this->tmpPath, $this->id))) {
debug('local');if (($trgfp = fopen($tmpfile, 'wb')) == false) {
if (($trgfp = fopen($tmpfile, 'wb')) == false) {
unlink($tmpfile);
} else {
elFinder::rewind($fp);