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