diff --git a/config/initializers/30-redmine.rb b/config/initializers/30-redmine.rb index 7cf227605..afd653960 100644 --- a/config/initializers/30-redmine.rb +++ b/config/initializers/30-redmine.rb @@ -15,7 +15,7 @@ if Object.const_defined?(:OpenIdAuthentication) openid_authentication_store = Redmine::Configuration['openid_authentication_store'] OpenIdAuthentication.store = openid_authentication_store.present? ? - openid_authentication_store : :memory + openid_authentication_store : :memory end Redmine::Plugin.load