|
@@ -407,7 +407,7 @@ function ReportToModerator2()
|
|
|
|
|
|
isBannedEmail($_POST['email'], 'cannot_post', sprintf($txt['you_are_post_banned'], $txt['guest_title']));
|
|
|
|
|
|
- $user_info['email'] = htmlspecialchars($_POST['email']);
|
|
|
+ $user_info['email'] = $smcFunc['htmlspecialchars']($_POST['email']);
|
|
|
}
|
|
|
|
|
|
// Could they get the right verification code?
|