From 6644aaaa82628421f3cef1151b9f04902621cf7f Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 15 Sep 2016 16:14:12 +1000 Subject: [PATCH] (NFC) Fix post upgrade message for 4.7.11 --- CRM/Upgrade/Incremental/php/FourSeven.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FourSeven.php b/CRM/Upgrade/Incremental/php/FourSeven.php index fcf6cd7313..4835940252 100644 --- a/CRM/Upgrade/Incremental/php/FourSeven.php +++ b/CRM/Upgrade/Incremental/php/FourSeven.php @@ -103,7 +103,7 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base // $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.7.11') { - $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'."); } } -- 2.25.1