aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-01-03 21:30:55 +0000
committerz0rglub <z0rglub@piwigo.org>2004-01-03 21:30:55 +0000
commitcaad9b65c6fa90ee98b7f2a0507c82b2b04a60ca (patch)
treeeb767a04245744a9f06aca0ccd797dbceaf47ff0 /admin
parent9c55b0f45c77fea27e852ea51721eea49a2d805f (diff)
if permissions are updated, synchronize_all_users
git-svn-id: http://piwigo.org/svn/branches/release-1_3@256 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/cat_perm.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/cat_perm.php b/admin/cat_perm.php
index ac63e3b6e..61f44d993 100644
--- a/admin/cat_perm.php
+++ b/admin/cat_perm.php
@@ -83,6 +83,8 @@ if ( isset( $_POST['submit'] ) )
}
check_favorites( $row['id'] );
}
+ // resynchronize all users
+ synchronize_all_users();
}
//---------------------------------------------------------------------- groups
$query = 'SELECT id,name';