Skip to content

Commit

Permalink
Merge pull request #3579 from wouterverstuyf/BugFix#3575
Browse files Browse the repository at this point in the history
Fix ajax live search results - removed Theme::getPath function
  • Loading branch information
carakas committed Nov 23, 2023
2 parents ef18006 + 9304693 commit 1b3f387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend/Modules/Search/Ajax/Livesuggest.php
Expand Up @@ -65,7 +65,7 @@ private function display(): void
$this->output(
Response::HTTP_OK,
$this->template->render(
Theme::getPath(FRONTEND_MODULES_PATH . '/Search/Layout/Templates/Results.html.twig'),
'/Search/Layout/Templates/Results.html.twig',
$this->template->getAssignedVariables()
)
);
Expand Down

0 comments on commit 1b3f387

Please sign in to comment.