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:
parent
1f8818d85d
commit
3da0f4fe7f
@ -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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user