From 83eda0da843f13a423dbe4dca723920a443e1143 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Mon, 21 Oct 2013 19:54:38 +0530 Subject: [PATCH] Update FourThree.php --- CRM/Upgrade/Incremental/php/FourThree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FourThree.php b/CRM/Upgrade/Incremental/php/FourThree.php index 695e9587a8..42aa18afec 100644 --- a/CRM/Upgrade/Incremental/php/FourThree.php +++ b/CRM/Upgrade/Incremental/php/FourThree.php @@ -77,7 +77,7 @@ class CRM_Upgrade_Incremental_php_FourThree { if ($rev == '4.3.6') { $constraintArray = array( 'civicrm_contact' => 'contact_id', - 'civicrm_campaign' => 'campaign_id', + 'civicrm_payment_processor' => 'payment_processor_id', ); if (version_compare('4.1alpha1', $currentVer) <= 0) { -- 2.25.1