diff --git a/core/model/Hierarchy.php b/core/model/Hierarchy.php index 4a143e365..b4a675c76 100755 --- a/core/model/Hierarchy.php +++ b/core/model/Hierarchy.php @@ -674,6 +674,9 @@ class Hierarchy extends DataObjectDecorator { function flushCache() { $this->_cache_children = null; $this->_cache_numChildren = null; + self::$marked = array(); + self::$expanded = array(); + self::$treeOpened = array(); } function reset() {