[Scummvm-git-logs] scummvm-web master -> ac06fa012a002ba5a7ebb91090582fb83a7a21eb
Mataniko
mataniko at gmail.com
Wed Aug 15 13:34:20 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
ac06fa012a WEB: Use new style php constructor in XMLParser.php
Commit: ac06fa012a002ba5a7ebb91090582fb83a7a21eb
https://github.com/scummvm/scummvm-web/commit/ac06fa012a002ba5a7ebb91090582fb83a7a21eb
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-08-15T07:34:10-04:00
Commit Message:
WEB: Use new style php constructor in XMLParser.php
Changed paths:
include/XMLParser.php
diff --git a/include/XMLParser.php b/include/XMLParser.php
index 2c1b628..d1bb2eb 100644
--- a/include/XMLParser.php
+++ b/include/XMLParser.php
@@ -29,7 +29,7 @@ class XMLParser {
* @access public
* @since 1.0
*/
- public function XMLParser() {
+ public function __construct() {
$this->_tree = array();
$this->_data = null;
$this->_ptr = null;
More information about the Scummvm-git-logs
mailing list