diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-05-19 22:39:39 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-05-19 22:39:39 +0200 |
commit | 8f3419f56b9bfbb3aa4d40fe411f44e448ad8656 (patch) | |
tree | 37b7ef6f99ab3f76dc613ac5407e7af1dd2a83b8 /inc/cache.php | |
parent | 4bc480e54901356eb84ce27ab4a76c5f88875a60 (diff) | |
download | rpg-8f3419f56b9bfbb3aa4d40fe411f44e448ad8656.tar.gz rpg-8f3419f56b9bfbb3aa4d40fe411f44e448ad8656.tar.bz2 |
declare field
Diffstat (limited to 'inc/cache.php')
-rw-r--r-- | inc/cache.php | 1 |
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'; |