Commit 86400708 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Reset systématique + correction reset().

parent f76da2fe
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -143,6 +143,8 @@ class Hyperlinks extends Menu
            throw new RuntimeException("Page de navigation active introuvable.");
        }
        
        $this->reset();
        
        return $this;
    }
    
@@ -554,6 +556,8 @@ EOS;
     */
    public function reset()
    {
        $this->paramsToMerge = array();
        $this->propsToAdd    = array();
        $this->withparams    = array();
        $this->withoutparams = array();
        $this->withprops     = array();