mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
wrong call - utf8_clean_string() instead of utf_clean_string() :)
git-svn-id: file:///svn/phpbb/trunk@8275 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6f97a529a4
commit
feb92bf149
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ if ($save && $user->data['is_registered'] && $auth->acl_get('u_savedrafts') && (
|
|||
}
|
||||
else
|
||||
{
|
||||
if (!$subject || !utf_clean_string($subject))
|
||||
if (!$subject || !utf8_clean_string($subject))
|
||||
{
|
||||
$error[] = $user->lang['EMPTY_SUBJECT'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue