mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +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
|
||||
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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user