Skip to content

Commit

Permalink
(dev/core#217) Search.setting.php - Fix mismatched metadata
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
totten committed Nov 28, 2018
1 parent 68dc5ae commit 4d8899e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/Search.setting.php
Expand Up @@ -208,7 +208,7 @@
//'class' => 'crm-select2',
),
'default' => 'default',
'add' => '5.6',
'add' => '5.9',
'title' => 'PrevNext Cache',
'is_domain' => 1,
'is_contact' => 0,
Expand Down

0 comments on commit 4d8899e

Please sign in to comment.