Kaynağa Gözat

remove trailing white space from config/initializers/30-redmine.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@14478 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.2.0
Toshi MARUYAMA 8 yıl önce
ebeveyn
işleme
4501e9b6a3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      config/initializers/30-redmine.rb

+ 1
- 1
config/initializers/30-redmine.rb Dosyayı Görüntüle

@@ -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

Loading…
İptal
Kaydet