diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-22 12:22:31 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-22 12:22:31 -0800 |
commit | dabd5b84b21c711592a1f3bcd2ca298dd6d7fde2 (patch) | |
tree | 612223396e6b910ec56ca0c3fa89a3a1f0a8e543 /modules/gallery/helpers/gallery_event.php | |
parent | 11757831233da528662864e23d89f39bfb908801 (diff) |
Remove the identity manager screens and controller as alterntive identity providers are installed in the admin module screen.
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
-rw-r--r-- | modules/gallery/helpers/gallery_event.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index 1d8e3581..6c7c2ea4 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -230,11 +230,7 @@ class gallery_event_Core { ->append(Menu::factory("link") ->id("advanced") ->label(t("Advanced")) - ->url(url::site("admin/advanced_settings"))) - ->append(Menu::factory("link") - ->id("authentication") - ->label(t("Authentication")) - ->url(url::site("admin/identity")))) + ->url(url::site("admin/advanced_settings")))) ->append(Menu::factory("link") ->id("modules") ->label(t("Modules")) |