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:
68dc5ae
)
(dev/core#217) Search.setting.php - Fix mismatched metadata
author
Tim Otten
<totten@civicrm.org>
Wed, 28 Nov 2018 21:08:47 +0000
(13:08 -0800)
committer
Tim Otten
<totten@civicrm.org>
Wed, 28 Nov 2018 21:12:20 +0000
(13:12 -0800)
The setting `prevNextBackend` was introduced in PR #12665. The PR was
originally written for an earlier version (circa 5.6) and eventually
merged in a later version (circa 5.9). The metadata should match
the version-number of the actual release.
settings/Search.setting.php
patch
|
blob
|
blame
|
history
diff --git
a/settings/Search.setting.php
b/settings/Search.setting.php
index 6ab72238ca88a986ea1d826cf7331b3f0239c007..7750f2967999edaf967ba5ce8e089b32e391117f 100644
(file)
--- a/
settings/Search.setting.php
+++ b/
settings/Search.setting.php
@@
-208,7
+208,7
@@
return array(
//'class' => 'crm-select2',
),
'default' => 'default',
- 'add' => '5.
6
',
+ 'add' => '5.
9
',
'title' => 'PrevNext Cache',
'is_domain' => 1,
'is_contact' => 0,