From: Coleman Watts Date: Wed, 18 Nov 2015 23:17:53 +0000 (-0500) Subject: SyntaxConformance fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=340cf3680a24a09e87f37655eaa9403dc89f2684;p=civicrm-core.git SyntaxConformance fix --- 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,