mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix redirect
This commit is contained in:
parent
fc5ffc0ef5
commit
ab33f07a99
1 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ class MailActions extends Actions
|
|||
|
||||
if ($_SERVER['REQUEST_METHOD'] !== 'POST')
|
||||
{
|
||||
Controller::redirect($nextUrl);
|
||||
return Controller::redirect($nextUrl);
|
||||
}
|
||||
|
||||
Session::set(Session::KEY_LIST_SUB_SIGNATURE, isset($_POST['listSig']) ? $_POST['listSig'] : true);
|
||||
|
@ -46,7 +46,7 @@ class MailActions extends Actions
|
|||
}
|
||||
}
|
||||
|
||||
Controller::redirect($nextUrl);
|
||||
return Controller::redirect($nextUrl);
|
||||
}
|
||||
|
||||
public static function prepareJoinList(array $vars)
|
||||
|
|
Loading…
Add table
Reference in a new issue