From 340cf3680a24a09e87f37655eaa9403dc89f2684 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 18 Nov 2015 18:17:53 -0500 Subject: [PATCH] SyntaxConformance fix --- settings/Core.setting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index a09ffbde7b..e7a0931c50 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -581,7 +581,7 @@ return array( 'type' => 'String', 'default' => NULL, 'add' => '4.3', - 'title' => NULL, + 'title' => 'resCacheCode', 'is_domain' => 1, 'is_contact' => 0, 'description' => 'Code appended to resource URLs (JS/CSS) to coerce HTTP caching', @@ -771,7 +771,7 @@ return array( 'type' => 'Integer', 'default' => 0, 'add' => '4.7', - 'title' => NULL, + 'title' => 'systemStatusCheckResult', 'is_domain' => 1, 'is_contact' => 0, 'description' => NULL, -- 2.25.1