mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Issue #1287 - PHP7 and SSL fixes.
This commit is contained in:
@@ -1242,7 +1242,7 @@ class XMLParse
|
||||
var $isError = false;
|
||||
var $error = '';
|
||||
|
||||
function XMLParse($xml = NULL)
|
||||
function __construct($xml = NULL)
|
||||
{
|
||||
$this->rawXML = $xml;
|
||||
$mes = e107::getMessage();
|
||||
|
Reference in New Issue
Block a user