mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-28 04:09:56 +03:00
fixes #1307 render album name on 11.x new features
* related albums * move albums * search albums
This commit is contained in:
parent
db65aa51d5
commit
86047e2280
3 changed files with 8 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue