mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-13 10:30:12 -04:00
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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user