mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
#i112
git-svn-id: file:///svn/phpbb/trunk@8116 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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 '&':
|
||||
|
Reference in New Issue
Block a user