aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_list.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/cat_list.php')
-rw-r--r--admin/cat_list.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php
index eed147607..c8df189d1 100644
--- a/admin/cat_list.php
+++ b/admin/cat_list.php
@@ -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);
}