From 8d975f70bdffc1a3f7f13fac39b8f0d9c7468a8f Mon Sep 17 00:00:00 2001 From: Godwin Date: Mon, 28 Jul 2014 13:03:54 -0600 Subject: [PATCH] wtf? --- app/controllers/conferences_controller.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/controllers/conferences_controller.rb b/app/controllers/conferences_controller.rb index fe3c57e..9911dbd 100644 --- a/app/controllers/conferences_controller.rb +++ b/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'