From ded8cc47cfb1173c10a47f7ab0f65fbb4ab74741 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 2 Feb 2015 23:47:59 +0100 Subject: [PATCH] :camel:case --- lib/private/cache/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/cache/file.php b/lib/private/cache/file.php index 7bffc2cc2d2..b6e426989b8 100644 --- a/lib/private/cache/file.php +++ b/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; -- 2.39.5