CRM-13964-qa : includes 1st QA cycle fixes mentioned in issue comment
[civicrm-core.git] / CRM / Contribute / Page / PaymentInfo.php
index 1bc1f662e46067bdcd282e8b5068e71f5af9c91a..fe8ce148aaf32427ad32cf88c5c1ee45e7133884 100644 (file)
@@ -52,10 +52,6 @@ class CRM_Contribute_Page_PaymentInfo extends CRM_Core_Page {
     if ($this->_context == 'payment_info') {
       $this->assign('paymentInfo', $paymentInfo);
     }
-    else {
-      $rows = $paymentInfo['transaction'];
-      $this->assign('rows', $rows);
-    }
   }
 
   function run() {