diff --git a/code/web/sys/SearchObject/SummonSearcher.php b/code/web/sys/SearchObject/SummonSearcher.php index 03c3b6d615..c60cc39067 100644 --- a/code/web/sys/SearchObject/SummonSearcher.php +++ b/code/web/sys/SearchObject/SummonSearcher.php @@ -280,7 +280,7 @@ public function getOptions () { /** * Use the data that is returned when from the API and process it to assign it to variables */ - public function processData($recordData, $textQuery) { + public function processData($recordData, $textQuery = null) { $recordData = $this->process($recordData, $textQuery); if (is_array($recordData)){ $this->sessionId = $recordData['sessionId'];