fixes #1307 render album name on 11.x new features

* related albums
* move albums
* search albums
This commit is contained in:
plegall 2021-01-31 14:00:08 +01:00
parent db65aa51d5
commit 86047e2280
3 changed files with 8 additions and 1 deletions

View file

@ -752,6 +752,7 @@ SELECT
// if the category is directly linked to the items, we add an URL + counter
if (isset($common_cats[ $cat['id'] ]))
{
$cats[$idx]['name'] = trigger_change('render_category_name', $cat['name'], $cat);
$cats[$idx]['count_images'] = $common_cats[ $cat['id'] ]['counter'];
$url_params = array();