summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-17 18:31:20 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-17 18:31:20 +0000
commit187d5db6b4a2659145607d6854cf32bae585e0fe (patch)
treee02b9aa57c009046a90df5d62ecb639632bfbc64
parent01e2472c92732c58ccc7bb70515686289f97fed3 (diff)
downloadredmine-187d5db6b4a2659145607d6854cf32bae585e0fe.tar.gz
redmine-187d5db6b4a2659145607d6854cf32bae585e0fe.zip
Fixed #onthefly_creation_failed broken by r9940 (#11850).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10412 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/controllers/account_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/account_controller.rb b/app/controllers/account_controller.rb
index fc6538572..70ab85170 100644
--- a/app/controllers/account_controller.rb
+++ b/app/controllers/account_controller.rb
@@ -238,7 +238,7 @@ class AccountController < ApplicationController
def onthefly_creation_failed(user, auth_source_options = { })
@user = user
session[:auth_source_registration] = auth_source_options unless auth_source_options.empty?
- render register_path
+ render :action => 'register'
end
def invalid_credentials