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:
parent
3d5308b871
commit
d8c02cedd3
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user