Skip to content

Commit

Permalink
Fixing Suggestions in Finder/Smart Search (#20523)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar authored and laoneo committed May 23, 2018
1 parent a45c321 commit 7b29299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_finder/Controller/SuggestionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function getSuggestions()
if ($params->get('show_autosuggest', 1))
{
// Get the suggestions.
$model = $this->getModel('Suggestions', 'FinderModel');
$model = $this->getModel('Suggestions');
$return = $model->getItems();
}

Expand Down

0 comments on commit 7b29299

Please sign in to comment.