forked from extern/egroupware
fixes for add_repository()
This commit is contained in:
parent
10a7b5f836
commit
110c99ede0
@ -76,7 +76,7 @@
|
||||
}
|
||||
|
||||
for ($i=0; $i<count($n_users);$i++) {
|
||||
$acl->add_repository('phpgw_group',$group_id,$n_users[$i],1);
|
||||
$acl->add_repository('phpgw_group',$group_id,$n_users[$i],'u',1);
|
||||
|
||||
// If the user is logged in, it will force a refresh of the session_info
|
||||
$phpgw->db->query("update phpgw_sessions set session_action='' "
|
||||
|
Loading…
Reference in New Issue
Block a user