Installer regression from dd49834

This commit is contained in:
Ingo Schommer 2013-10-16 11:28:33 +02:00
parent 9824168b45
commit 5235a3f3a2

View File

@ -476,6 +476,7 @@ class InstallRequirements {
// special case for display_errors, check the original value before
// it was changed at the start of this script.
if($settingName = 'display_errors') {
global $originalDisplayErrorsValue;
$val = $originalDisplayErrorsValue;
} else {
$val = ini_get($settingName);