mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 16:42:59 +02:00
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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user