mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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
416ff4787f
commit
0d310bcddd
@ -378,7 +378,7 @@ class calendar_uiforms extends calendar_ui
|
||||
{
|
||||
$uid = false; // entry has been deleted
|
||||
}
|
||||
else
|
||||
elseif ($uid)
|
||||
{
|
||||
if (is_numeric($uid))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user