Merge pull request #2288 from eileenmcnaughton/CRM-14043
[civicrm-core.git] / CRM / Contribute / Page / Tab.php
index 85a969589e1e6e7563a6c8ef484bd1c6bd788180..f6fc59983e2d48867aa6ca576fb50165b3c45c89 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -167,6 +167,7 @@ class CRM_Contribute_Page_Tab extends CRM_Core_Page {
     $controller->set('cid', $this->_contactId);
     $controller->set('crid', $this->_crid);
     $controller->set('context', 'contribution');
+    $controller->set('limit', 50);
     $controller->process();
     $controller->run();