mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-14 13:26:01 +02:00
bug #385 __construct for PHP 7 compatibility
This commit is contained in:
@@ -33,7 +33,7 @@ class PwgXmlWriter
|
||||
|
||||
var $_encodedXml;
|
||||
|
||||
function PwgXmlWriter()
|
||||
function __construct()
|
||||
{
|
||||
$this->_elementStack = array();
|
||||
$this->_lastTagOpen = false;
|
||||
|
||||
Reference in New Issue
Block a user