Fix the spelling of "appearance_menu" and update user_menu so that the

user/groups admin menu option appears again.
This commit is contained in:
Bharat Mediratta
2009-04-09 02:25:27 +00:00
parent 523c467eed
commit ff732d9c7e
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
*/
class user_menu_Core {
static function admin($menu, $theme) {
$menu->add_after("presentation_menu",
$menu->add_after("appearance_menu",
Menu::factory("link")
->id("users_groups")
->label(t("Users/Groups"))