mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
fix exception: calendar_bo::resource_info(NULL) parameter must be scalar, when deleting and afterwards adding a participant
This commit is contained in:
parent
99d9994932
commit
7ad6211b18
@ -375,7 +375,7 @@ class calendar_uiforms extends calendar_ui
|
||||
$id = $uid;
|
||||
$type = 'u';
|
||||
}
|
||||
else
|
||||
elseif ($uid)
|
||||
{
|
||||
$id = substr($uid,1);
|
||||
$type = $uid[0];
|
||||
|
Loading…
Reference in New Issue
Block a user