fixed call to upgrade templates CRM-12002
authorKurund Jalmi <kurund@civicrm.org>
Tue, 5 Mar 2013 14:59:28 +0000 (20:29 +0530)
committerKurund Jalmi <kurund@civicrm.org>
Tue, 5 Mar 2013 14:59:28 +0000 (20:29 +0530)
CRM/Upgrade/Incremental/php/FourThree.php

index fe67d1e72b48a6967c5f6f3dd443a1c0c99c5370..b84b74ff84f7921bfb3900649ac2c7310975ceb6 100644 (file)
@@ -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') &&