From 61320313b80f7e18490c59b147c68ab9c97e1c20 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 30 Oct 2013 17:28:26 -0700 Subject: [PATCH] CRM-12197 change IDS upgrade msg --- CRM/Upgrade/Incremental/php/FourFour.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Upgrade/Incremental/php/FourFour.php b/CRM/Upgrade/Incremental/php/FourFour.php index a6e14bf635..19f0ad3e48 100644 --- a/CRM/Upgrade/Incremental/php/FourFour.php +++ b/CRM/Upgrade/Incremental/php/FourFour.php @@ -59,10 +59,10 @@ class CRM_Upgrade_Incremental_php_FourFour { * @return void */ function setPostUpgradeMessage(&$postUpgradeMessage, $rev) { - if ($rev == '4.4.alpha1') { + if ($rev == '4.4.1') { $config = CRM_Core_Config::singleton(); if (!empty($config->useIDS)) { - $postUpgradeMessage .= '
' . ts("The setting to skip IDS check has been deprecated. Please use the permission 'skip IDS check' to bypass the IDS system."); + $postUpgradeMessage .= '
' . ts("The setting to skip IDS check has been removed. Your site has this configured in civicrm.settings.php but it will no longer work. Instead, use the new permission 'skip IDS check' to bypass the IDS system."); } } } -- 2.25.1