🐫case
This commit is contained in:
parent
2d8f57a1ea
commit
ded8cc47cf
|
@ -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…
Reference in New Issue