mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Installer regression from dd49834
This commit is contained in:
parent
814c0c4055
commit
c05b7c2c8f
@ -508,6 +508,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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user