From 27220a67b223b6846cef0d29869f191b2618a07b Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 13 May 2014 17:42:58 -0700 Subject: [PATCH] CRM-14486 - Add prefetch TRUE for empoweredBy setting so it is included in config object. ---------------------------------------- * CRM-14486: https://issues.civicrm.org/jira/browse/CRM-14486 --- settings/Core.setting.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 08d208086a..556dad263c 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -702,6 +702,8 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'empoweredBy', + 'prefetch' => 1, + 'config_only'=> 0, 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => 1, -- 2.25.1