aboutsummaryrefslogtreecommitdiffstats
path: root/admin.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-06-30 21:20:06 +0000
committerplegall <plg@piwigo.org>2005-06-30 21:20:06 +0000
commit315f9c5670b631fcc279c4d6ac00ae9386d67455 (patch)
tree52d7f35462240d58c6cbc1399a40ee82a9980915 /admin.php
parent3e1604f74840f40c7c3b5707256fd99a5ece34bc (diff)
- category permissions management comes back! (it disappeared in branch 1.4)
This time, it is designed to support better long users list. On this screen, for a particular category, admin can say which groups and users are permitted. git-svn-id: http://piwigo.org/svn/trunk@800 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin.php')
-rw-r--r--admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin.php b/admin.php
index ade076020..ba6e1dd77 100644
--- a/admin.php
+++ b/admin.php
@@ -96,9 +96,9 @@ switch ( $_GET['page'] )
$title = $lang['title_instructions']; $page_valide = true; break;
case 'cat_perm':
$title = $lang['title_cat_perm'];
- if ( isset( $_GET['cat_id'] ) )
+ if ( isset( $_GET['cat'] ) )
{
- check_cat_id( $_GET['cat_id'] );
+ check_cat_id( $_GET['cat'] );
if ( isset( $page['cat'] ) and is_numeric( $page['cat'] ) )
{
$result = get_cat_info( $page['cat'] );