APIv4 - Add Address::getCoordinates action
[civicrm-core.git] / CRM / Core / Form / Search.php
index 0a9969685f7b4908ec3b0e8060c368849c008ee8..480986ba662a86d9c0918959515547cd24c49d07 100644 (file)
@@ -120,6 +120,8 @@ class CRM_Core_Form_Search extends CRM_Core_Form {
       $this->handleForcedSearch();
     }
     $this->_formValues = $this->getFormValues();
+    // For searchResultsTasks.tpl.
+    $this->addExpectedSmartyVariables(['savedSearch', 'selectorLabel']);
   }
 
   /**