diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2010-02-26 08:36:53 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2010-02-26 08:36:53 +0000 |
| commit | 9e389e8a5bcd9bfaa45907bd7a55a07475c68650 (patch) | |
| tree | 3abe4aeac7d16285a129e383e42d6f12f8b2d8b3 | |
| parent | df24e4feafd9906921bb061a2f2a85590a605d1e (diff) | |
| download | forums-9e389e8a5bcd9bfaa45907bd7a55a07475c68650.tar forums-9e389e8a5bcd9bfaa45907bd7a55a07475c68650.tar.gz forums-9e389e8a5bcd9bfaa45907bd7a55a07475c68650.tar.bz2 forums-9e389e8a5bcd9bfaa45907bd7a55a07475c68650.tar.xz forums-9e389e8a5bcd9bfaa45907bd7a55a07475c68650.zip | |
possible cause of #58055
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10543 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/includes/acp/acp_bbcodes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_bbcodes.php b/phpBB/includes/acp/acp_bbcodes.php index 1e3316c998..03c6c900de 100644 --- a/phpBB/includes/acp/acp_bbcodes.php +++ b/phpBB/includes/acp/acp_bbcodes.php @@ -420,7 +420,7 @@ class acp_bbcodes } $fp_match = '!' . $fp_match . '!' . $modifiers; - $sp_match = '!' . $sp_match . '!s'; + $sp_match = '!' . $sp_match . '!s' . (($utf8) ? 'u' : ''); if (strpos($fp_match, 'e') !== false) { |
