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:
plegall
2012-03-23 10:27:54 +00:00
parent 934ac09937
commit 39e9a1cdbd
-4
View File
@@ -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);
}