summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-05-19 22:39:39 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-05-19 22:39:39 +0200
commit8f3419f56b9bfbb3aa4d40fe411f44e448ad8656 (patch)
tree37b7ef6f99ab3f76dc613ac5407e7af1dd2a83b8 /inc
parent4bc480e54901356eb84ce27ab4a76c5f88875a60 (diff)
downloadrpg-8f3419f56b9bfbb3aa4d40fe411f44e448ad8656.tar.gz
rpg-8f3419f56b9bfbb3aa4d40fe411f44e448ad8656.tar.bz2
declare field
Diffstat (limited to 'inc')
-rw-r--r--inc/cache.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cache.php b/inc/cache.php
index 7a66049f4..6817e771b 100644
--- a/inc/cache.php
+++ b/inc/cache.php
@@ -178,6 +178,7 @@ class cache_parser extends cache {
public $file = ''; // source file for cache
public $mode = ''; // input mode (represents the processing the input file will undergo)
+ public $page = '';
var $_event = 'PARSER_CACHE_USE';