]> source.dussan.org Git - redmine.git/commitdiff
Fixed #onthefly_creation_failed broken by r9940 (#11850).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 17 Sep 2012 18:31:20 +0000 (18:31 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 17 Sep 2012 18:31:20 +0000 (18:31 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10412 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/account_controller.rb

index fc6538572010176d5190e608b08a58a4f3fad40d..70ab85170b707710854281701a4ccb04fb27175c 100644 (file)
@@ -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