diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb index 724f12a84..156bc76c2 100644 --- a/lib/redmine.rb +++ b/lib/redmine.rb @@ -182,7 +182,7 @@ Redmine::MenuManager.map :admin_menu do |menu| :html => {:class => 'custom_fields'} menu.push :enumerations, {:controller => 'enumerations'} menu.push :settings, {:controller => 'settings'} - menu.push :ldap_authentication, {:controller => 'ldap_auth_sources', :action => 'index'}, + menu.push :ldap_authentication, {:controller => 'auth_sources', :action => 'index'}, :html => {:class => 'server_authentication'} menu.push :plugins, {:controller => 'admin', :action => 'plugins'}, :last => true menu.push :info, {:controller => 'admin', :action => 'info'}, :caption => :label_information_plural, :last => true |