From a742ee50f3e121bb89a6dfbe39f5312628f209c1 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 29 Aug 2016 20:34:42 -0700 Subject: [PATCH] CRM-15928 - CRM_Upgrade - Remove post-upgrade msg re: profiles We'll be switching the upgrade to enable this feature by default on existing sites. --- CRM/Upgrade/Incremental/php/FourSeven.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Upgrade/Incremental/php/FourSeven.php b/CRM/Upgrade/Incremental/php/FourSeven.php index 8d3f576b50..76245a6eb5 100644 --- a/CRM/Upgrade/Incremental/php/FourSeven.php +++ b/CRM/Upgrade/Incremental/php/FourSeven.php @@ -99,9 +99,9 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base $postUpgradeMessage .= '

' . ts('The custom fatal error template setting has been removed.') . '

'; } - if ($rev == '4.7.11') { - $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("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'"); + //} } /** -- 2.25.1