Commit 530e08ba authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

ZP-805 Renamed constructor ChangesMemoryWrapper() to __construct(). Released...

ZP-805 Renamed constructor ChangesMemoryWrapper() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 5345084d
...@@ -58,7 +58,7 @@ class ChangesMemoryWrapper extends HierarchyCache implements IImportChanges, IEx ...@@ -58,7 +58,7 @@ class ChangesMemoryWrapper extends HierarchyCache implements IImportChanges, IEx
* @access public * @access public
* @return * @return
*/ */
public function ChangesMemoryWrapper() { public function __construct() {
$this->changes = array(); $this->changes = array();
$this->step = 0; $this->step = 0;
parent::HierarchyCache(); parent::HierarchyCache();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment