From cfdfeb989d3a801e8131128bb2e4b53817278be5 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Thu, 10 Oct 2013 11:07:45 +0000 Subject: feature 2969: Unified Batch Manager URL git-svn-id: http://piwigo.org/svn/trunk@24834 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/cat_list.php') diff --git a/admin/cat_list.php b/admin/cat_list.php index be359e5be..383e4d7f4 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -322,7 +322,7 @@ foreach ($categories as $category) if ( array_key_exists($category['id'], $categories_with_images) ) { $tpl_cat['U_MANAGE_ELEMENTS']= - $base_url.'batch_manager&cat='.$category['id']; + $base_url.'batch_manager&filter=album-'.$category['id']; } $template->append('categories', $tpl_cat); -- cgit v1.2.3