Commit 5345084d authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

ZP-805 Renamed constructor HierarchyCache() to __construct(). Released under...

ZP-805 Renamed constructor HierarchyCache() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 68b2388a
...@@ -53,7 +53,7 @@ class HierarchyCache { ...@@ -53,7 +53,7 @@ class HierarchyCache {
* @access public * @access public
* @return * @return
*/ */
public function HierarchyCache() { public function __construct() {
$this->cacheById = array(); $this->cacheById = array();
$this->cacheByIdOld = $this->cacheById; $this->cacheByIdOld = $this->cacheById;
$this->changed = true; $this->changed = true;
......
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