From: kurund Date: Wed, 8 Jan 2014 20:05:03 +0000 (-0800) Subject: Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-01-08-12-03-28 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ca5bec87585757261df111b0ba58a4c236ac2cf8;p=civicrm-core.git Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-01-08-12-03-28 Conflicts: CRM/Contribute/Page/Tab.php --- ca5bec87585757261df111b0ba58a4c236ac2cf8 diff --cc CRM/Contribute/Page/Tab.php index 7edef06acc,f6fc59983e..c957f6ad04 --- a/CRM/Contribute/Page/Tab.php +++ b/CRM/Contribute/Page/Tab.php @@@ -166,7 -166,8 +166,8 @@@ class CRM_Contribute_Page_Tab extends C $controller->reset(); $controller->set('cid', $this->_contactId); $controller->set('crid', $this->_crid); - $controller->set('context', 'contribution'); + $controller->set('context', 'Search'); + $controller->set('limit', 50); $controller->process(); $controller->run();