CRM-13964-qa : includes 1st QA cycle fixes mentioned in issue comment
[civicrm-core.git] / CRM / Contribute / Page / PaymentInfo.php
index ccf502e332f32a0400c3b7bdf810c72ef10d09c6..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 = CRM_Utils_Array::value('transaction', $paymentInfo);
-      $this->assign('rows', $rows);
-    }
   }
 
   function run() {