From 775740eb5e30178398f7a59fde3541d9e174a4e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Frank=20J=2E=20G=C3=B3mez?= Date: Thu, 5 Mar 2015 15:32:45 -0500 Subject: [PATCH] CRM-15965: Fixed typo. --- CRM/Contact/Form/Search/Custom.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contact/Form/Search/Custom.php b/CRM/Contact/Form/Search/Custom.php index f2cf94cf9a..9bcef291a7 100644 --- a/CRM/Contact/Form/Search/Custom.php +++ b/CRM/Contact/Form/Search/Custom.php @@ -122,7 +122,6 @@ class CRM_Contact_Form_Search_Custom extends CRM_Contact_Form_Search { parent::buildTaskList(); return $this->_customClass->buildTaskList($this); - } } public function buildQuickForm() { -- 2.25.1