diff options
Diffstat (limited to 'inc/pageutils.php')
-rw-r--r-- | inc/pageutils.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/pageutils.php b/inc/pageutils.php index 882a6bf56..758d34a9e 100644 --- a/inc/pageutils.php +++ b/inc/pageutils.php @@ -188,6 +188,7 @@ function wikiFN($raw_id,$rev='',$clean=true){ } } + if (!isset($cache[$raw_id])) { $cache[$raw_id] = array(); } $cache[$raw_id][$rev] = $fn; return $fn; } |