Skip to content
Snippets Groups Projects
Commit d82f484d authored by eileen's avatar eileen
Browse files

#1294 Remove getFormValues function

This is overiding the parent function which gives an empty result
parent 3961d8c3
Branches
Tags
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment