mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 00:42:20 +02:00
related to #1614 fixed bug when removing a related cat
This commit is contained in:
committed by
Matthieu Leproux
parent
66bd06176c
commit
238cee07e8
@@ -513,7 +513,7 @@ SELECT SQL_CALC_FOUND_ROWS id, name, comment, uppercats, global_rank, dir, statu
|
||||
|
||||
$cat_display_name = get_cat_display_name_cache(
|
||||
$row['uppercats'],
|
||||
get_root_url().'admin.php?page=album-'
|
||||
'admin.php?page=album-'
|
||||
);
|
||||
|
||||
$row['name'] = strip_tags(
|
||||
|
||||
Reference in New Issue
Block a user