From d82f484db4c15dfd769c848843d2d1122b713e6b Mon Sep 17 00:00:00 2001 From: eileen Date: Sat, 5 Oct 2019 12:52:43 +0200 Subject: [PATCH] dev/core#1294 Remove getFormValues function This is overiding the parent function which gives an empty result --- CRM/Contact/Form/Search.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CRM/Contact/Form/Search.php b/CRM/Contact/Form/Search.php index 0d854ff10f..96fb7810d0 100644 --- a/CRM/Contact/Form/Search.php +++ b/CRM/Contact/Form/Search.php @@ -757,13 +757,6 @@ class CRM_Contact_Form_Search extends CRM_Core_Form_Search { $controller->moveFromSessionToTemplate(); } - /** - * @return array - */ - public function &getFormValues() { - return $this->_formValues; - } - /** * Common post processing. */ -- 2.25.1