diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-01-03 21:41:13 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-01-03 21:41:13 +0000 |
commit | 179be31976b4a4eff96b50472e82f296c07dcb83 (patch) | |
tree | 49999ec54dc32e8ead2363e493ba192ecac84fa5 /admin | |
parent | 5dddcea90c3616dd2d6d595c1320c82b4b1842d4 (diff) |
if permissions modified, synchronize_user
git-svn-id: http://piwigo.org/svn/branches/release-1_3@261 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/user_perm.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/user_perm.php b/admin/user_perm.php index 7b4dc353b..ff3b83dce 100644 --- a/admin/user_perm.php +++ b/admin/user_perm.php @@ -52,6 +52,7 @@ if ( isset( $_POST['submit'] ) ) } } check_favorites( $_GET['user_id'] ); + synchronize_user( $_GET['user_id'] ); $vtp->addSession( $sub, 'confirmation' ); $url = './admin.php?page=user_list'; $vtp->setVar( $sub, 'confirmation.back_url', add_session_id( $url ) ); |