diff options
author | gweltas <gweltas@piwigo.org> | 2004-01-15 17:06:45 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-01-15 17:06:45 +0000 |
commit | 384ec739f6c11ab82f9a57e9398e954206c7a7ca (patch) | |
tree | 0155d90946660816650d5f5f3031968cc8da6caa /admin/user_perm.php | |
parent | 855398f63e4215ed16413a89f781dd2f6cffa231 (diff) |
Correction of php warnings
git-svn-id: http://piwigo.org/svn/branches/release-1_3@280 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/user_perm.php')
-rw-r--r-- | admin/user_perm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/user_perm.php b/admin/user_perm.php index ff3b83dce..c572c585d 100644 --- a/admin/user_perm.php +++ b/admin/user_perm.php @@ -59,7 +59,7 @@ if ( isset( $_POST['submit'] ) ) $vtp->closeSession( $sub, 'confirmation' ); } //---------------------------------------------------------------- form display -$restrictions = get_restrictions( $_GET['user_id'], $page['user_status'], +$restrictions = get_user_restrictions( $_GET['user_id'], $page['user_status'], false, false ); $action = './admin.php?page=user_perm&user_id='.$_GET['user_id']; $vtp->setVar( $sub, 'action', add_session_id( $action ) ); |