fixed PHP Warning: Illegal string offset

This commit is contained in:
Ralf Becker 2012-10-23 15:09:58 +00:00
parent 73843d2359
commit 4910a6182c

View File

@ -374,6 +374,7 @@ class calendar_uiforms extends calendar_ui
break;
default: // existing participant row
if (!is_array($data)) continue; // widgets in participant tab, above participant list
foreach(array('uid','status','quantity','role') as $name)
{
$$name = $data[$name];