Fix typo from https://github.com/civicrm/civicrm-core/pull/13210
authoreileen <emcnaughton@wikimedia.org>
Tue, 4 Dec 2018 04:20:47 +0000 (17:20 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 4 Dec 2018 04:20:47 +0000 (17:20 +1300)
Looks like I tabbed it out without noticing the wrong param

CRM/Case/Form/Search.php
CRM/Event/Form/Search.php

index 810ea11f763d4212a0c850de7bc013dfe0e70b6c..bd5544e44b577c240d0838016c0da0f2e320408c 100644 (file)
@@ -90,7 +90,7 @@ class CRM_Case_Form_Search extends CRM_Core_Form_Search {
     $this->defaults = array();
 
     $this->getUrlVariables();
-    $this->getFormValues();
+    $this->getFormVariables();
 
     if ($this->_force) {
       $this->postProcess();
index 04291cf1467aece75adb124e98075703a84589e2..9f3ee026e6863111fad2cde609b4a3e9932e1686 100644 (file)
@@ -91,7 +91,7 @@ class CRM_Event_Form_Search extends CRM_Core_Form_Search {
     $this->defaults = array();
 
     $this->getUrlVariables();
-    $this->getFormValues();
+    $this->getFormVariables();
 
     if ($this->_force) {
       $this->postProcess();