##// END OF EJS Templates
remove trailing white space from config/initializers/30-redmine.rb...
Toshi MARUYAMA -
r14096:4501e9b6a398
parent child
Show More
@@ -15,7 +15,7 if Object.const_defined?(:OpenIdAuthentication)
15 openid_authentication_store = Redmine::Configuration['openid_authentication_store']
15 openid_authentication_store = Redmine::Configuration['openid_authentication_store']
16 OpenIdAuthentication.store =
16 OpenIdAuthentication.store =
17 openid_authentication_store.present? ?
17 openid_authentication_store.present? ?
18 openid_authentication_store : :memory
18 openid_authentication_store : :memory
19 end
19 end
20
20
21 Redmine::Plugin.load
21 Redmine::Plugin.load
General Comments 0
You need to be logged in to leave comments. Login now