mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
- 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
This commit is contained in:
@@ -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'] );
|
||||
|
||||
Reference in New Issue
Block a user