Skip to content

Commit

Permalink
feature 2594: remove the Permissions link on the list of albums, beca…
Browse files Browse the repository at this point in the history
…use it is a tab on the Edit Album screen

git-svn-id: http://piwigo.org/svn/trunk@13666 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Mar 23, 2012
1 parent 934ac09 commit 39e9a1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions admin/cat_list.php
Expand Up @@ -325,10 +325,6 @@ function save_categories_order($categories)
$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);
}

Expand Down

0 comments on commit 39e9a1c

Please sign in to comment.