Skip to content

Commit

Permalink
Fix menu nesting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
izharaazmi authored Jun 14, 2016
1 parent 34aae48 commit a2bfff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion administrator/modules/mod_menu/tmpl/default_enabled.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,9 @@
$menu->addChild(new JMenuNode(JText::_('MOD_MENU_INSTALLER_SUBMENU_DATABASE'), 'index.php?option=com_installer&view=database', 'class:install'));
$menu->addChild(new JMenuNode(JText::_('MOD_MENU_INSTALLER_SUBMENU_WARNINGS'), 'index.php?option=com_installer&view=warnings', 'class:install'));
$menu->addChild(new JMenuNode(JText::_('MOD_MENU_INSTALLER_SUBMENU_UPDATESITES'), 'index.php?option=com_installer&view=updatesites', 'class:install'));
$menu->getParent();
}

$menu->getParent();
}

if ($im)
Expand Down

0 comments on commit a2bfff3

Please sign in to comment.