diff options
author | nikrou <nikrou@piwigo.org> | 2006-08-09 12:34:55 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-08-09 12:34:55 +0000 |
commit | 9d38573074ff6601b3f3592bfbf2718b2e63382c (patch) | |
tree | 166508b61f5626b08f4b4723d96c4b5a432b8b1b /admin/cat_list.php | |
parent | e37424d1c1a1edfa02f14715791bd63e467c62e9 (diff) |
fix bug 510: missing permission link
svn merge -r1527:1528 from branch 1.6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1529 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/cat_list.php')
-rw-r--r-- | admin/cat_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php index ddeddcaa7..44e1cc883 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -310,7 +310,7 @@ foreach ($categories as $category) if ('private' == $category['status']) { $template->assign_block_vars( - 'category.permissions', + 'categories.category.permissions', array( 'URL'=>$base_url.'cat_perm&cat='.$category['id'] ) |