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
This commit is contained in:
vdigital
2008-10-19 15:37:43 +00:00
parent a48c2e5281
commit aa1a71488f
4 changed files with 28 additions and 0 deletions
+1
View File
@@ -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']),