diff options
Diffstat (limited to 'admin/element_set.php')
-rw-r--r-- | admin/element_set.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/admin/element_set.php b/admin/element_set.php index e4e913b74..82920d9a8 100644 --- a/admin/element_set.php +++ b/admin/element_set.php @@ -104,7 +104,12 @@ DELETE if (is_numeric($_GET['cat'])) { $cat_infos = get_cat_info($_GET['cat']); - $page['title'] = get_cat_display_name($cat_infos['name'], '', false); + $page['title'] = + get_cat_display_name( + $cat_infos['name'], + PHPWG_ROOT_PATH.'admin.php?page=cat_modify&cat_id=', + false + ); $query = ' SELECT image_id |