diff options
Diffstat (limited to 'lib/private/files/cache/wrapper/cachewrapper.php')
-rw-r--r-- | lib/private/files/cache/wrapper/cachewrapper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/cache/wrapper/cachewrapper.php b/lib/private/files/cache/wrapper/cachewrapper.php index 883f4709358..8c77e3c340e 100644 --- a/lib/private/files/cache/wrapper/cachewrapper.php +++ b/lib/private/files/cache/wrapper/cachewrapper.php @@ -72,7 +72,7 @@ class CacheWrapper extends Cache { * @return ICacheEntry[] */ public function getFolderContents($folder) { - // cant do a simple $this->cache->.... call here since getFolderContentsById needs to be called on this + // can't do a simple $this->cache->.... call here since getFolderContentsById needs to be called on this // and not the wrapped cache $fileId = $this->getId($folder); return $this->getFolderContentsById($fileId); |