(dev/core#217) Search.setting.php - Fix mismatched metadata
authorTim Otten <totten@civicrm.org>
Wed, 28 Nov 2018 21:08:47 +0000 (13:08 -0800)
committerTim 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

index 6ab72238ca88a986ea1d826cf7331b3f0239c007..7750f2967999edaf967ba5ce8e089b32e391117f 100644 (file)
@@ -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,