From bd47af098fefef968647f7634105b22eb115d4b2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 11 Mar 2012 11:43:27 +0000 Subject: Merged LdapAuthSourceController into AuthSourceController. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9232 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/redmine.rb') 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 -- cgit v1.2.3