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() {