mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-6fbdb0c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user