Fix bug where you were unable to change participant status of a recently added user until you save the event

This commit is contained in:
nathangray 2016-10-17 11:23:27 -06:00
parent be7587e691
commit 57201d51bc

View File

@ -421,7 +421,7 @@ class calendar_uiforms extends calendar_ui
{
if(is_numeric($participant))
{
$uid = 'u'.$participant;
$uid = $participant;
$id = $participant;
$resource = $this->bo->resources[''];
}