From: Seamus Lee Date: Thu, 15 Sep 2016 06:18:05 +0000 (+1000) Subject: Fix up grade message in 4.6.21 upgrade X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=81c48bb1863189ee6376a0b77d37cf59cfd1d273;p=civicrm-core.git Fix up grade message in 4.6.21 upgrade --- diff --git a/CRM/Upgrade/Incremental/php/FourSix.php b/CRM/Upgrade/Incremental/php/FourSix.php index 6b73c6e8a6..b97c726e3e 100644 --- a/CRM/Upgrade/Incremental/php/FourSix.php +++ b/CRM/Upgrade/Incremental/php/FourSix.php @@ -79,7 +79,7 @@ class CRM_Upgrade_Incremental_php_FourSix { // $postUpgradeMessage .= '

' . ts("WARNING: For increased security, profile submissions embedded in remote sites are no longer allowed to create or edit data by default. If you need to allow users to submit profiles from external sites, you can restore this at Administer > System Settings > Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.) > 'Accept profile submissions from external sites'"); // } if ($rev == '4.6.21') { - $postUpgradeMessage .= '

' . ts("By default, CiviCRM now disables the ability to import directly fro SQL. To use this feature, you must explicitly grant permission 'import SQL datasource'."); + $postUpgradeMessage .= '

' . ts("By default, CiviCRM now disables the ability to import directly for SQL. To use this feature, you must explicitly grant permission 'import SQL datasource'."); } }