mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Fix status change permission issue
This commit is contained in:
parent
4d88b00e02
commit
9bca389162
@ -753,7 +753,7 @@ class calendar_uiforms extends calendar_ui
|
|||||||
{
|
{
|
||||||
calendar_so::split_status($status,$q,$r);
|
calendar_so::split_status($status,$q,$r);
|
||||||
$status = calendar_so::combine_status('U',$q,$r);
|
$status = calendar_so::combine_status('U',$q,$r);
|
||||||
$this->bo->set_status($event['id'], $uid, $status, 0);
|
$this->bo->set_status($event['id'], $uid, $status, 0, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$message .= lang(', stati of participants reset');
|
$message .= lang(', stati of participants reset');
|
||||||
|
Loading…
Reference in New Issue
Block a user