mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 05:02:02 +02:00
BC Fix for when $NEWSLISTSTYLE is used.
This commit is contained in:
parent
8796039d08
commit
c0ea76bbe6
@ -17,6 +17,9 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
class parseXml extends xmlClass // BC with v1.x
|
||||
{
|
||||
private $xmlData = array();
|
||||
private $counterArray = array();
|
||||
|
||||
function __construct()
|
||||
{
|
||||
$data = debug_backtrace(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user