summaryrefslogtreecommitdiff
path: root/inc/cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cache.php')
-rw-r--r--inc/cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cache.php b/inc/cache.php
index 2c43da5ff..3c5dc058e 100644
--- a/inc/cache.php
+++ b/inc/cache.php
@@ -233,7 +233,7 @@ class cache_renderer extends cache_parser {
if (!empty($links)) {
foreach ($links as $id => $exists) {
- if ($exists != @file_exists(wikiFN($id,'',false))) return false;
+ if ($exists != page_exists($id,'',false)) return false;
}
}
}