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
9824168b45
commit
5235a3f3a2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user