feature 2969: Unified Batch Manager URL

git-svn-id: http://piwigo.org/svn/trunk@24834 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2013-10-10 11:07:45 +00:00
parent 92d692a334
commit cfdfeb989d
7 changed files with 88 additions and 68 deletions
+1 -1
View File
@@ -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);