From 0947d54dfa8aff147d1975f85ce56ec992cb0938 Mon Sep 17 00:00:00 2001 From: aputtu Date: Wed, 14 May 2014 04:17:24 +0200 Subject: [PATCH] Minor typo: contraints -> constraints Occurs in version 4.3 and 4.4. --- 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 eb4b2f4a20..42c9a5cf38 100644 --- a/CRM/Upgrade/Incremental/php/FourThree.php +++ b/CRM/Upgrade/Incremental/php/FourThree.php @@ -367,7 +367,7 @@ ADD CONSTRAINT `FK_civicrm_financial_item_contact_id` FOREIGN KEY (`contact_id`) function upgrade_4_3_6($rev) { //CRM-13094 - $this->addTask(ts('Add missing contraints'), 'addMissingConstraints', $rev); + $this->addTask(ts('Add missing constraints'), 'addMissingConstraints', $rev); //CRM-13088 $this->addTask('Add ON DELETE Options for constraints', 'task_4_3_x_checkConstraints', $rev); $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => '4.3.6')), 'task_4_3_x_runSql', $rev); -- 2.25.1