diff --git a/administrator/modules/mod_menu/menu.php b/administrator/modules/mod_menu/menu.php index 56f0a7d5efd82..0f4ce184550d1 100644 --- a/administrator/modules/mod_menu/menu.php +++ b/administrator/modules/mod_menu/menu.php @@ -49,12 +49,12 @@ public function __construct() /** * Method to add a child * - * @param JMenuNode &$node The node to process + * @param JMenuNode $node The node to process * @param boolean $setCurrent True to set as current working node * * @return void */ - public function addChild(JMenuNode &$node, $setCurrent = false) + public function addChild(JMenuNode $node, $setCurrent = false) { $this->_current->addChild($node);