Skip to content

Commit

Permalink
Fixes #898
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Nov 21, 2009
1 parent b341b6b commit befb824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gallery/helpers/gallery_event.php
Expand Up @@ -228,8 +228,8 @@ static function admin_menu($menu, $theme) {
->label(t("Advanced"))
->url(url::site("admin/advanced_settings")))
->append(Menu::factory("link")
->id("identity_drivers")
->label(t("Identity drivers"))
->id("authentication")
->label(t("Authentication"))
->url(url::site("admin/identity"))))
->append(Menu::factory("link")
->id("modules")
Expand Down

0 comments on commit befb824

Please sign in to comment.