if permissions are updated, synchronize_group

git-svn-id: http://piwigo.org/svn/branches/release-1_3@257 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-01-03 21:31:27 +00:00
parent caad9b65c6
commit 02f153125b

View File

@@ -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';