mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
feature 2561: fix links on album administration screens
git-svn-id: http://piwigo.org/svn/trunk@13025 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-2
@@ -323,8 +323,7 @@ foreach ($categories as $category)
|
||||
|
||||
if ('private' == $category['status'])
|
||||
{
|
||||
$tpl_cat['U_MANAGE_PERMISSIONS']=
|
||||
$base_url.'cat_perm&cat='.$category['id'];
|
||||
$tpl_cat['U_MANAGE_PERMISSIONS'] = $base_url.'album-'.$category['id'].'-permissions';
|
||||
}
|
||||
$template->append('categories', $tpl_cat);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user