1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Issue #2846 LAN vars cleanup

This commit is contained in:
Cameron
2017-11-06 14:04:02 -08:00
parent 6bd8360e8a
commit fb77d03a19
3 changed files with 3 additions and 3 deletions

View File

@@ -707,7 +707,7 @@ if (isset($_POST['register']) && intval($pref['user_reg']) === 1)
if ($pref['signup_option_'.$value] == 2 && !isset($alldata['data']['user_'.$value]) && !isset($alldata['errors']['user_'.$value]))
{
$alldata['errors']['user_'.$value] = ERR_GENERIC;
$alldata['errortext']['user_'.$value] = str_replace('--SOMETHING--',$signup_option_title[$key],LAN_USER_75);
$alldata['errortext']['user_'.$value] = str_replace('[x]',$signup_option_title[$key],LAN_USER_75);
}
}