mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR typo where display_errors wasn't checked properly
This commit is contained in:
parent
5235a3f3a2
commit
696e6f65ab
@ -475,7 +475,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') {
|
||||
if($settingName == 'display_errors') {
|
||||
global $originalDisplayErrorsValue;
|
||||
$val = $originalDisplayErrorsValue;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user