diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-19 15:37:43 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-19 15:37:43 +0000 |
commit | aa1a71488f556c24eac6171dbde569faea3faeaf (patch) | |
tree | c1c76e2ab6431b9e90fdb90375770af6dcfed68a /admin/cat_modify.php | |
parent | a48c2e52816441e40d69bfd145813c2cd2d056af (diff) |
Jump to category icon is removed on user forbidden categories (previously check_restrictions was leading administrators to the access denied page).
git-svn-id: http://piwigo.org/svn/branches/2.0@2776 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/cat_modify.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/cat_modify.php b/admin/cat_modify.php index 4a385217d..b0876ecb8 100644 --- a/admin/cat_modify.php +++ b/admin/cat_modify.php @@ -235,6 +235,7 @@ if (!empty($category['id_uppercat'])) $template->assign( array( 'CATEGORIES_NAV' => $navigation, + 'CAT_ID' => $category['id'], 'CAT_NAME' => @htmlspecialchars($category['name']), 'CAT_COMMENT' => @htmlspecialchars($category['comment']), |