From 8f3419f56b9bfbb3aa4d40fe411f44e448ad8656 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Mon, 19 May 2014 22:39:39 +0200
Subject: [PATCH] declare field

---
 inc/cache.php | 1 +
 1 file changed, 1 insertion(+)

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';
 
-- 
GitLab