diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/group_perm.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/group_perm.php b/admin/group_perm.php index f2993f07c..6c7006411 100644 --- a/admin/group_perm.php +++ b/admin/group_perm.php @@ -70,6 +70,8 @@ while ( $row = mysql_fetch_array( $result ) ) { $vtp->addSession( $sub, 'category' ); $vtp->setVar( $sub, 'category.id', $row['id'] ); + $url = './admin.php?page=cat_perm&cat_id='.$row['id']; + $vtp->setVar( $sub, 'category.cat_perm_link', add_session_id( $url ) ); // Is the group allowed to access this category $is_group_allowed = is_group_allowed( $row['id'], $restrictions ); if ( $is_group_allowed == 0 ) |