src build elFinder-2.1-feea637

This commit is contained in:
nao-pon
2015-12-05 00:17:16 +09:00
parent 08be409484
commit bd05cc5ff1
5 changed files with 50 additions and 39 deletions
+1 -1
View File
@@ -2571,7 +2571,7 @@ abstract class elFinderVolumeDriver {
if ($tmpdir = $this->getTempPath()) {
if (!$rmfunc) {
$rmfunc = create_function('$f', '@unlink($f);');
$rmfunc = create_function('$f', 'is_file($f) && @unlink($f);');
}
$name = tempnam($tmpdir, 'ELF');
if ($key) {