clear after submission

This commit is contained in:
Jeremy Kauffman 2016-03-03 20:05:51 -05:00
parent 8cfd7784a1
commit beeeabb29a

View file

@ -63,6 +63,7 @@ class MailActions extends Actions
$vars['fbEvent'] = Session::get(Session::KEY_LIST_SUB_FB_EVENT) ?: 'Lead'; $vars['fbEvent'] = Session::get(Session::KEY_LIST_SUB_FB_EVENT) ?: 'Lead';
Session::unsetKey(Session::KEY_LIST_SUB_SUCCESS); Session::unsetKey(Session::KEY_LIST_SUB_SUCCESS);
Session::unsetKey(Session::KEY_LIST_SUB_FB_EVENT); Session::unsetKey(Session::KEY_LIST_SUB_FB_EVENT);
Session::unsetKey(Session::KEY_LIST_SUB_SIGNATURE);
} }
else else
{ {