This commit is contained in:
Arthur Schiwon 2015-02-02 23:47:59 +01:00
parent 2d8f57a1ea
commit ded8cc47cf
1 changed files with 1 additions and 1 deletions

View File

@ -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;