X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FPage%2FCustomSearch.php;h=80875354d74387e5129c32ee9deed2404389dc52;hb=ef10e0b52408ba266239a859756d757a10348228;hp=814cc0d8e8aefb112fc1ee2e803cb64b9812cfbc;hpb=9747cc7e7676edd433c3c76e476a0fd0bd74ea7e;p=civicrm-core.git diff --git a/CRM/Contact/Page/CustomSearch.php b/CRM/Contact/Page/CustomSearch.php index 814cc0d8e8..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' @@ -103,4 +103,3 @@ ORDER By v.weight return $this->browse(); } } -