mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 20:56:40 +02: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:
@ -187,7 +187,7 @@ class install_install extends module
|
|||||||
));
|
));
|
||||||
|
|
||||||
// Check for PCRE UTF-8 support
|
// Check for PCRE UTF-8 support
|
||||||
if (preg_match('//u', ''))
|
if (@preg_match('//u', ''))
|
||||||
{
|
{
|
||||||
$passed['pcre'] = true;
|
$passed['pcre'] = true;
|
||||||
$result = '<b style="color:green">' . $lang['YES'] . '</b>';
|
$result = '<b style="color:green">' . $lang['YES'] . '</b>';
|
||||||
|
Reference in New Issue
Block a user