Skip to content

Commit

Permalink
Update Classes/Controller/SearchController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer authored May 29, 2024
1 parent 2cd2041 commit 18940b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/SearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function mainAction(): void
// if search was triggered by the ListView plugin, get the parameters from GET variables
$listRequestData = GeneralUtility::_GPmerged('tx_dlf_listview');
// Quit without doing anything if no search parameters.
if(empty($this->searchParams) && empty($listRequestData)) {
if (empty($this->searchParams) && empty($listRequestData)) {
$this->logger->warning('Missing search parameters');
return;
}
Expand Down

0 comments on commit 18940b9

Please sign in to comment.