diff options
Diffstat (limited to 'admin/batch_manager_global.php')
-rw-r--r-- | admin/batch_manager_global.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php index c8bc38dad..57cb2acdf 100644 --- a/admin/batch_manager_global.php +++ b/admin/batch_manager_global.php @@ -554,13 +554,7 @@ SELECT if (count($page['cat_elements_id']) > 0) { // remove tags - $tags = get_common_tags($page['cat_elements_id'], -1); - - $template->assign( - array( - 'DEL_TAG_SELECTION' => get_html_tag_selection($tags, 'del_tags'), - ) - ); + $template->assign('associated_tags', get_common_tags($page['cat_elements_id'], -1)); } // creation date |