mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Removed shortcode property breaking (random) shortcodes
This commit is contained in:
@@ -19,7 +19,8 @@ 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();
|
// Works in 'magic' mode, so setting it breaks everything
|
||||||
|
//public $page = array();
|
||||||
// Grab all book/chapter data.
|
// Grab all book/chapter data.
|
||||||
function __construct()
|
function __construct()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user