mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
fixed PHP Warning: Illegal string offset
This commit is contained in:
parent
a3549df5e2
commit
4293732d8c
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user