mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
issue #1957 albums/tags found now correctly filled
This commit is contained in:
@@ -368,6 +368,10 @@ else
|
||||
{
|
||||
$page['qsearch_details'] = $search_result['qs'];
|
||||
}
|
||||
else if (isset($search_result['search_details']))
|
||||
{
|
||||
$page['search_details'] = $search_result['search_details'];
|
||||
}
|
||||
|
||||
$page = array_merge(
|
||||
$page,
|
||||
|
||||
Reference in New Issue
Block a user