]> source.dussan.org Git - nextcloud-server.git/commitdiff
:camel:case
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Feb 2015 22:47:59 +0000 (23:47 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Feb 2015 22:47:59 +0000 (23:47 +0100)
lib/private/cache/file.php

index 7bffc2cc2d2c7fc4b1ecdb762de600b3674e0441..b6e426989b80e72ab92b4b550cc89a498d51f965 100644 (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;