diff --git a/signup.php b/signup.php index c2919d9db..383b4b0f6 100644 --- a/signup.php +++ b/signup.php @@ -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; } @@ -639,4 +639,4 @@ function headerjs() } \n"; -} \ No newline at end of file +}