forked from extern/egroupware
fixed PHP Warning: Illegal string offset
This commit is contained in:
parent
7b32964069
commit
3ff97fb7e6
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user