mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 04:38:27 +01:00
#4254 fix missing tablerender ID for coppa fail
This commit is contained in:
parent
80f0899771
commit
6c774f0bee
@ -590,7 +590,7 @@ if ($qs == 'stage1' && $pref['use_coppa'] == 1)
|
||||
if(!vartrue($_POST['coppa']))
|
||||
{
|
||||
$text = $tp->parseTemplate($COPPA_FAIL);
|
||||
$ns->tablerender(LAN_SIGNUP_78, $text);
|
||||
$ns->tablerender(LAN_SIGNUP_78, $text, 'coppa');
|
||||
require_once(FOOTERF);
|
||||
exit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user