aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_bbcodes.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2010-02-26 08:35:41 +0000
committerHenry Sudhof <kellanved@phpbb.com>2010-02-26 08:35:41 +0000
commitf03e986f811748066796ac37bceb4b5e3a07c003 (patch)
tree01c1bf6dc2b0fd3ee0a1b2d16215963d99ad75c8 /phpBB/includes/acp/acp_bbcodes.php
parentc2f2bff2aecf642c8d6b9915e15a54d140728eee (diff)
downloadforums-f03e986f811748066796ac37bceb4b5e3a07c003.tar
forums-f03e986f811748066796ac37bceb4b5e3a07c003.tar.gz
forums-f03e986f811748066796ac37bceb4b5e3a07c003.tar.bz2
forums-f03e986f811748066796ac37bceb4b5e3a07c003.tar.xz
forums-f03e986f811748066796ac37bceb4b5e3a07c003.zip
possible cause of #58055
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10542 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_bbcodes.php')
-rw-r--r--phpBB/includes/acp/acp_bbcodes.php2
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)
{