Cosmetic fix to use an appropriate variable name
authorJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Fri, 1 Jun 2012 13:16:12 +0000 (15:16 +0200)
committerJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Wed, 22 Aug 2012 10:32:12 +0000 (12:32 +0200)
classes/Misc.php

index 7f20c7015be3fc2c63942580a3e8cf251aa6b2d8..1bc632ea49dcfd34f4162fdcdc6bcc290f35f829 100644 (file)
                                }
                        }
 
-                       $plugin_functions_parameters = array(
+                       $tree_params = array(
                                'treedata' => &$treedata,
                                'attrs' => &$attrs,
                                'section' => $section
                        );
-                       $plugin_manager->do_hook('tree', $plugin_functions_parameters);
+
+                       $plugin_manager->do_hook('tree', $tree_params);
 
                        $this->printTreeXML($treedata, $attrs);
                }