mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2584 from ss23/patch-3
MINOR typo where display_errors wasn't checked properly
This commit is contained in:
commit
699272a2e7
@ -475,7 +475,7 @@ class InstallRequirements {
|
|||||||
|
|
||||||
// special case for display_errors, check the original value before
|
// special case for display_errors, check the original value before
|
||||||
// it was changed at the start of this script.
|
// it was changed at the start of this script.
|
||||||
if($settingName = 'display_errors') {
|
if($settingName == 'display_errors') {
|
||||||
global $originalDisplayErrorsValue;
|
global $originalDisplayErrorsValue;
|
||||||
$val = $originalDisplayErrorsValue;
|
$val = $originalDisplayErrorsValue;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user