1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00
git-svn-id: file:///svn/phpbb/trunk@8116 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-10-01 17:43:04 +00:00
parent fe6021c0a3
commit 57e842edce
3 changed files with 3 additions and 3 deletions

View File

@@ -278,7 +278,7 @@ class install_install extends module
foreach ($checks as $mb_checks)
{
$ini_val = ini_get('mbstring.' . $mb_checks[0]);
$ini_val = @ini_get('mbstring.' . $mb_checks[0]);
switch ($mb_checks[1])
{
case '&':