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

PHP Warning Removal

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

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