1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-15 21:44:56 +01:00

don't mind me, I just forgot something :D

git-svn-id: file:///svn/phpbb/trunk@6678 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-11-27 21:34:59 +00:00
parent 1f8818d85d
commit 3da0f4fe7f

View File

@ -187,7 +187,7 @@ class install_install extends module
));
// Check for PCRE UTF-8 support
if (preg_match('//u', ''))
if (@preg_match('//u', ''))
{
$passed['pcre'] = true;
$result = '<b style="color:green">' . $lang['YES'] . '</b>';