1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-09 20:45:45 +02:00

PHP Warning Removal

This commit is contained in:
Cameron 2014-06-02 15:59:55 -07:00
parent cc5f28e410
commit ac4b3a5fdc

View File

@ -19,6 +19,7 @@ class cpage_shortcodes extends e_shortcode
{ {
// var $var; // parsed DB values // var $var; // parsed DB values
private $chapterData = array(); private $chapterData = array();
public $page = array();
// Grab all book/chapter data. // Grab all book/chapter data.
function __construct() function __construct()
{ {