From 14f3e134e7555271beb4eed07ce2eb4434e62d3e Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 3 Feb 2012 21:33:47 +0000 Subject: feature 2561: fix links on album administration screens git-svn-id: http://piwigo.org/svn/trunk@13025 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_list.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'admin/cat_list.php') 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); } -- cgit v1.2.3