mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
fix remain local cache
This commit is contained in:
@@ -1091,6 +1091,7 @@ class elFinderVolumeDropbox extends elFinderVolumeDriver {
|
||||
$cache['width'] = $size[0];
|
||||
$cache['height'] = $size[1];
|
||||
$this->mataCacheSave();
|
||||
unlink($local);
|
||||
return $size[0].'x'.$size[1];
|
||||
}
|
||||
unlink($local);
|
||||
|
||||
Reference in New Issue
Block a user