From eb570a4b0442cbc5da3d54606a1637eb4b4e5582 Mon Sep 17 00:00:00 2001 From: "Jehan-Guillaume (ioguix) de Rorthais" Date: Fri, 1 Jun 2012 15:16:12 +0200 Subject: [PATCH] Cosmetic fix to use an appropriate variable name --- classes/Misc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/classes/Misc.php b/classes/Misc.php index 7f20c701..1bc632ea 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -2008,12 +2008,13 @@ } } - $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); } -- 2.39.5