PMC-1038
This commit is contained in:
@@ -13,7 +13,7 @@ class XMLConnection
|
||||
* @param string $file
|
||||
* @return void
|
||||
*/
|
||||
public function XMLConnection($file)
|
||||
public function __construct($file)
|
||||
{
|
||||
$this->xmldoc = new Xml_Document();
|
||||
$this->xmldoc->parseXmlFile($file);
|
||||
|
||||
Reference in New Issue
Block a user