From b9446a4c0be318c2ee431e2a1da33b4a51c50a0b Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 16 Feb 2017 07:40:30 +1100 Subject: [PATCH] Fix Operator --- 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 3f43e535d9..36b4313e9c 100644 --- a/CRM/Upgrade/Incremental/php/FourSeven.php +++ b/CRM/Upgrade/Incremental/php/FourSeven.php @@ -59,7 +59,7 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base $preUpgradeMessage .= '

' . ts('The %1 payment processor is no longer bundled with CiviCRM. After upgrading you will need to install the extension to continue using it.', array(1 => 'Moneris')) . '

'; } } - if ($rev = '4.7.13') { + if ($rev == '4.7.13') { $preUpgradeMessage .= '

' . ts('A new permission has been added called %1 This Permission is now used to control access to the Manage Tags screen', array(1 => 'manage tags')) . '

'; } } -- 2.25.1