src build elFinder-2.1-829b8bc

This commit is contained in:
nao-pon
2020-03-28 17:37:32 +09:00
parent 928a42b87d
commit 558d505e82
12 changed files with 37 additions and 217 deletions
+1 -1
View File
@@ -1600,7 +1600,7 @@ class elFinderVolumeBox extends elFinderVolumeDriver
*/
protected function _fclose($fp, $path = '')
{
fclose($fp);
is_resource($fp) && fclose($fp);
if ($path) {
unlink($this->getTempFile($path));
}