Skip to content

Commit

Permalink
some Codestyle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tkempf authored and plegall committed Jul 20, 2022
1 parent 7a3d0f2 commit 46954e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/functions_search.inc.php
Expand Up @@ -1428,9 +1428,9 @@ function get_quick_search_results_no_cache($q, $options)
$search_results['qs']['matching_tags'] = $qsr->all_tags;
$search_results['qs']['matching_cats'] = $qsr->all_cats;
$search_results = trigger_change('qsearch_results', $search_results, $expression, $qsr);
if(isset($search_results['items']))
if (isset($search_results['items']))
{
$ids=array_merge($ids,$search_results['items']);
$ids = array_merge($ids, $search_results['items']);
}

global $template;
Expand Down

0 comments on commit 46954e6

Please sign in to comment.