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