fix exception: calendar_bo::resource_info(NULL) parameter must be scalar, when deleting and afterwards adding a participant

This commit is contained in:
Ralf Becker 2011-06-21 06:51:25 +00:00
parent 99d9994932
commit 7ad6211b18

View File

@ -375,7 +375,7 @@ class calendar_uiforms extends calendar_ui
$id = $uid;
$type = 'u';
}
else
elseif ($uid)
{
$id = substr($uid,1);
$type = $uid[0];