From ac4b3a5fdc84a8b407adf105c299bcaed86c5a02 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 2 Jun 2014 15:59:55 -0700 Subject: [PATCH] PHP Warning Removal --- e107_core/shortcodes/batch/page_shortcodes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_core/shortcodes/batch/page_shortcodes.php b/e107_core/shortcodes/batch/page_shortcodes.php index fbab05aa0..3f7caa6c9 100644 --- a/e107_core/shortcodes/batch/page_shortcodes.php +++ b/e107_core/shortcodes/batch/page_shortcodes.php @@ -19,6 +19,7 @@ class cpage_shortcodes extends e_shortcode { // var $var; // parsed DB values private $chapterData = array(); + public $page = array(); // Grab all book/chapter data. function __construct() {