mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
clear after submission
This commit is contained in:
parent
8cfd7784a1
commit
beeeabb29a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue