mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:58:55 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue