X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FPage%2FCustomSearch.php;h=80875354d74387e5129c32ee9deed2404389dc52;hb=bee6039a9e7d03a9aa639db45d4098720f90c5fa;hp=472c1879c0cd0677cc60c3ea4793e897b3bc4b69;hpb=5563fe43b44b754e6441841a5d92664470b20366;p=civicrm-core.git diff --git a/CRM/Contact/Page/CustomSearch.php b/CRM/Contact/Page/CustomSearch.php index 472c1879c0..80875354d7 100644 --- a/CRM/Contact/Page/CustomSearch.php +++ b/CRM/Contact/Page/CustomSearch.php @@ -1,7 +1,7 @@ assign('rows', $rows); return parent::run(); } /** - * run this page (figure out the action needed and perform it). + * Run this page (figure out the action needed and perform it). * * @return void */ - function run() { + public function run() { $action = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE, 'browse' @@ -100,4 +103,3 @@ ORDER By v.weight return $this->browse(); } } -