mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 12:45:34 +02:00
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings
git-svn-id: http://redmine.rubyforge.org/svn/trunk@167 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -2,7 +2,7 @@ desc 'Load default configuration data'
|
||||
|
||||
task :load_default_data => :environment do
|
||||
include GLoc
|
||||
set_language_if_valid($RDM_DEFAULT_LANG)
|
||||
set_language_if_valid('en')
|
||||
puts
|
||||
|
||||
while true
|
||||
|
||||
Reference in New Issue
Block a user