remotes/origin/log-external-deletes
Arthur Schiwon 11 years ago
parent 2d8f57a1ea
commit ded8cc47cf
  1. 2
      lib/private/cache/file.php

@ -83,7 +83,7 @@ class File {
public function hasKey($key) {
$storage = $this->getStorage();
if ($storage && $storage->is_readable($key)) {
if ($storage && $storage->isReadable($key)) {
return true;
}
return false;

Loading…
Cancel
Save