diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-01-03 21:31:27 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-01-03 21:31:27 +0000 |
commit | 02f153125b79bdb5c4dea8ecf0d64f5a1bddc148 (patch) | |
tree | ff907945cee2a99dc7e08e7f9283730d1c64a12d /admin/group_perm.php | |
parent | caad9b65c6fa90ee98b7f2a0507c82b2b04a60ca (diff) |
if permissions are updated, synchronize_group
git-svn-id: http://piwigo.org/svn/branches/release-1_3@257 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/group_perm.php')
-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 12bba0745..f4633ece8 100644 --- a/admin/group_perm.php +++ b/admin/group_perm.php @@ -60,6 +60,8 @@ if ( isset( $_POST['submit'] ) ) { check_favorites( $row['id'] ); } + // synchronization of calculated data + synchronize_group( $_GET['group_id'] ); // confirmation display $vtp->addSession( $sub, 'confirmation' ); $url = './admin.php?page=group_list'; |