diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-01 17:43:04 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-01 17:43:04 +0000 |
commit | 57e842edceed812ab86d382a326615f1f1180d68 (patch) | |
tree | 97b22fd976a06b72efa249a071595b451c2a7f02 /phpBB/install/install_install.php | |
parent | fe6021c0a31a24105c135085398b38bce3be2914 (diff) | |
download | forums-57e842edceed812ab86d382a326615f1f1180d68.tar forums-57e842edceed812ab86d382a326615f1f1180d68.tar.gz forums-57e842edceed812ab86d382a326615f1f1180d68.tar.bz2 forums-57e842edceed812ab86d382a326615f1f1180d68.tar.xz forums-57e842edceed812ab86d382a326615f1f1180d68.zip |
#i112
git-svn-id: file:///svn/phpbb/trunk@8116 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_install.php')
-rwxr-xr-x | phpBB/install/install_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 593f98d7bb..0d8e9d1c3b 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -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 '&': |