Browse Source

wtf?

development
Godwin 10 years ago
parent
commit
8d975f70bd
  1. 6
      app/controllers/conferences_controller.rb

6
app/controllers/conferences_controller.rb

@ -422,9 +422,9 @@ class ConferencesController < ApplicationController
return
end
if data[:next_step].blank?
session.delete(:registration)
end
#if data[:next_step].blank?
# session.delete(:registration)
#end
data = register_submit
@register_step = is_post ? data[:next_step] : 'register'

Loading…
Cancel
Save