From 3da0f4fe7f09fa18aa2256a929abe968007109b2 Mon Sep 17 00:00:00 2001 From: David M Date: Mon, 27 Nov 2006 21:34:59 +0000 Subject: [PATCH] don't mind me, I just forgot something :D git-svn-id: file:///svn/phpbb/trunk@6678 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 1f2f10caec..0b4f94a5c2 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -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 = '' . $lang['YES'] . '';