From feb92bf1490def6bc63e76d79b555b4480628aea Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 12 Dec 2007 11:07:07 +0000 Subject: wrong call - utf8_clean_string() instead of utf_clean_string() :) git-svn-id: file:///svn/phpbb/trunk@8275 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index 9361a2292b..1236361e18 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -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']; } -- cgit v1.2.1