aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/Cache/CacheParser.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/Cache/CacheParser.php')
-rw-r--r--inc/Cache/CacheParser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/Cache/CacheParser.php b/inc/Cache/CacheParser.php
index 5f69d3d84..3c54ee7d7 100644
--- a/inc/Cache/CacheParser.php
+++ b/inc/Cache/CacheParser.php
@@ -40,7 +40,7 @@ class CacheParser extends Cache
public function makeDefaultCacheDecision()
{
if (!file_exists($this->file)) {
- // source exists?
+ // source doesn't exist
return false;
}
return parent::makeDefaultCacheDecision();