From ee705313449cc963e4f3345968da33ecebc1232c Mon Sep 17 00:00:00 2001 From: Guillaume Rischard Date: Thu, 18 Apr 2019 15:58:19 +0200 Subject: [PATCH] Fix upgrade message db setting location --- CRM/Upgrade/Incremental/General.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/General.php b/CRM/Upgrade/Incremental/General.php index 6bad351708..b9179301f1 100644 --- a/CRM/Upgrade/Incremental/General.php +++ b/CRM/Upgrade/Incremental/General.php @@ -104,7 +104,7 @@ class CRM_Upgrade_Incremental_General { // ignore the matter and simply run CRM_Core_InnoDBIndexer::fixSchemaDifferences // after the upgrade. But that's speculative. For now, we'll leave this // advanced feature in the hands of the sysadmin. - $preUpgradeMessage .= '
' . ts('This database uses InnoDB Full Text Search for optimized searching. The upgrade procedure has not been tested with this feature. You should disable (and later re-enable) the feature by navigating to "Administer => System Settings => Miscellaneous".'); + $preUpgradeMessage .= '
' . ts('This database uses InnoDB Full Text Search for optimized searching. The upgrade procedure has not been tested with this feature. You should disable (and later re-enable) the feature by navigating to "Administer => Customize Data and Screens => Search Preferences".'); } $ftAclSetting = Civi::settings()->get('acl_financial_type'); -- 2.25.1