From 8a438ec9a8e956afb4d77846afbb473ae580d0d3 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Tue, 5 Mar 2013 20:29:28 +0530 Subject: [PATCH] fixed call to upgrade templates CRM-12002 --- CRM/Upgrade/Incremental/php/FourThree.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FourThree.php b/CRM/Upgrade/Incremental/php/FourThree.php index fe67d1e72b..b84b74ff84 100644 --- a/CRM/Upgrade/Incremental/php/FourThree.php +++ b/CRM/Upgrade/Incremental/php/FourThree.php @@ -149,7 +149,8 @@ WHERE entity_value = '' OR entity_value IS NULL $this->addTask(ts('Upgrade DB to 4.3.alpha3: SQL'), 'task_4_3_x_runSql', $rev); } - function upgrade_4_3_beta2($rev2) { + function upgrade_4_3_beta2($rev) { + $this->addTask(ts('Upgrade DB to 4.3.beta2: SQL'), 'task_4_3_x_runSql', $rev); // CRM-12002 if ( CRM_Core_DAO::checkTableExists('log_civicrm_line_item') && -- 2.25.1