mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
some Codestyle changes
This commit is contained in:
committed by
Pierrick Le Gall
parent
7a3d0f2d89
commit
46954e69d1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user