projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ecec32
)
CRM-14486 - Add prefetch TRUE for empoweredBy setting so it is included in config...
author
Dave Greenberg
<dave@civicrm.org>
Wed, 14 May 2014 00:42:58 +0000
(17:42 -0700)
committer
Dave Greenberg
<dave@civicrm.org>
Wed, 14 May 2014 00:42:58 +0000
(17:42 -0700)
----------------------------------------
* CRM-14486:
https://issues.civicrm.org/jira/browse/CRM-14486
settings/Core.setting.php
patch
|
blob
|
blame
|
history
diff --git
a/settings/Core.setting.php
b/settings/Core.setting.php
index 08d208086a2d1fa066e0755c9a839775021bb1d7..556dad263c3aea9ae9d20ec6bc03da92320ad56f 100644
(file)
--- 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,