mirror of
https://github.com/redmine/redmine.git
synced 2026-03-21 20:02:08 +01:00
Fixed the path displayed in error message.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9605 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -95,7 +95,7 @@ module ActionController
|
||||
# when trying to start Redmine with an old session_store.rb
|
||||
# TODO: remove it in a later version
|
||||
def self.session=(*args)
|
||||
$stderr.puts "Please remove config/session_store.rb and run `rake generate_secret_token`.\n" +
|
||||
$stderr.puts "Please remove config/initializers/session_store.rb and run `rake generate_secret_token`.\n" +
|
||||
"Setting the session secret with ActionController.session= is no longer supported in Rails 3."
|
||||
exit 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user