mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 03:03:01 +02:00
feature 2594: remove the Permissions link on the list of albums, because it is a tab on the Edit Album screen
git-svn-id: http://piwigo.org/svn/trunk@13666 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -325,10 +325,6 @@ foreach ($categories as $category)
|
||||
$base_url.'batch_manager&cat='.$category['id'];
|
||||
}
|
||||
|
||||
if ('private' == $category['status'])
|
||||
{
|
||||
$tpl_cat['U_MANAGE_PERMISSIONS'] = $base_url.'album-'.$category['id'].'-permissions';
|
||||
}
|
||||
$template->append('categories', $tpl_cat);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user