Merge pull request #18950 from MegaphoneJon/event-44
[civicrm-core.git] / CRM / Mailing / Page / Browse.php
index 9982bd1a79b52560a07b1398d4a73132edd9e5e0..a02b6adcbb7060a23e1577f1b69c702711137cc3 100644 (file)
@@ -243,11 +243,6 @@ class CRM_Mailing_Page_Browse extends CRM_Core_Page {
     $controller->setEmbedded(TRUE);
     $controller->run();
 
-    // hack to display results as per search
-    $rows = $controller->getRows($controller);
-
-    $this->assign('rows', $rows);
-
     $urlParams = 'reset=1';
     $urlString = 'civicrm/mailing/browse';
     if ($this->get('sms')) {