fix remain local cache

This commit is contained in:
nao-pon
2012-05-05 21:25:07 +09:00
parent 6eef08544b
commit d4e4e60c8c
+1
View File
@@ -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);