This commit is contained in:
Godwin
2014-07-28 13:02:22 -06:00
parent 551f92ba4d
commit c90cf4ddae
2 changed files with 4 additions and 4 deletions
@@ -422,6 +422,10 @@ class ConferencesController < ApplicationController
return
end
if data[:next_step].blank?
session.delete(:registration)
end
data = register_submit
@register_step = is_post ? data[:next_step] : 'register'
@error_message = data[:error] ? data[:message] : nil