diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-09 02:25:27 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-09 02:25:27 +0000 |
commit | ff732d9c7e41ca4fd5e44e5f717463fa5a117a49 (patch) | |
tree | 824e8d0a2af0d28dbcf90670b2f63af03b326fff /core | |
parent | 523c467eed670c59580ede2ab1dbe8b4ad59c800 (diff) |
Fix the spelling of "appearance_menu" and update user_menu so that the
user/groups admin menu option appears again.
Diffstat (limited to 'core')
-rw-r--r-- | core/helpers/core_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php index 5f5cfe5a..ca07e37e 100644 --- a/core/helpers/core_menu.php +++ b/core/helpers/core_menu.php @@ -136,7 +136,7 @@ class core_menu_Core { ->id("content_menu") ->label(t("Content"))) ->append(Menu::factory("submenu") - ->id("appareance_menu") + ->id("appearance_menu") ->label(t("Appearance")) ->append(Menu::factory("link") ->id("themes") |