Fix function signature
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Sep 2010 21:10:54 +0000 (15:10 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Sep 2010 23:37:59 +0000 (17:37 -0600)
framework/Tree/lib/Horde/Tree/Simplehtml.php

index 5e36379..bc23e09 100644 (file)
@@ -37,7 +37,7 @@ class Horde_Tree_Simplehtml extends Horde_Tree_Base
      *
      * @return string  The HTML code of the rendered tree.
      */
-    public function getTree()
+    public function getTree($static = false)
     {
         $this->_buildIndents($this->_root_nodes);