fixed PHP Warning: Illegal string offset

This commit is contained in:
Ralf Becker 2012-10-23 15:11:17 +00:00
parent a3549df5e2
commit 4293732d8c

View File

@ -360,6 +360,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];