aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_list.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-03-23 10:27:54 +0000
committerplegall <plg@piwigo.org>2012-03-23 10:27:54 +0000
commit39e9a1cdbd1d5d1f93d63216b6b888fed9b34e05 (patch)
tree2ec7ab4593cc7765f4e40efce95a42e3d1dc09b5 /admin/cat_list.php
parent934ac09937b19bd3a6cba2bb3d1e06b8ceb45f6a (diff)
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
Diffstat (limited to 'admin/cat_list.php')
-rw-r--r--admin/cat_list.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php
index f1d57390b..c5e0214a0 100644
--- a/admin/cat_list.php
+++ b/admin/cat_list.php
@@ -325,10 +325,6 @@ foreach ($categories as $category)
$base_url.'batch_manager&amp;cat='.$category['id'];
}
- if ('private' == $category['status'])
- {
- $tpl_cat['U_MANAGE_PERMISSIONS'] = $base_url.'album-'.$category['id'].'-permissions';
- }
$template->append('categories', $tpl_cat);
}