some Codestyle changes

This commit is contained in:
Thomas Kempf
2022-07-20 11:27:39 +02:00
committed by Pierrick Le Gall
parent 7a3d0f2d89
commit 46954e69d1
+2 -2
View File
@@ -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;