Skip to content

Commit

Permalink
Tweak include after comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMackin authored Mar 17, 2022
1 parent b9260c4 commit 5c575c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Search/UI/SearchResultsView.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ class SearchResultsView extends View
*/
public function __construct()
{
parent::__construct(get_custom_file_if_exists(__DIR__ . '/templates/search.results.tpl'));
parent::__construct(__DIR__ .'/'. get_custom_file_if_exists('templates/search.results.tpl'));
}
}

0 comments on commit 5c575c1

Please sign in to comment.