1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-06 10:54:57 +02:00

Removed shortcode property breaking (random) shortcodes

This commit is contained in:
SecretR 2014-06-10 17:52:33 +03:00
parent 3d5308b871
commit d8c02cedd3

View File

@ -19,7 +19,8 @@ class cpage_shortcodes extends e_shortcode
{
// var $var; // parsed DB values
private $chapterData = array();
public $page = array();
// Works in 'magic' mode, so setting it breaks everything
//public $page = array();
// Grab all book/chapter data.
function __construct()
{