mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix PHP Warning filling logs
This commit is contained in:
parent
8c30429d53
commit
e74b939a4e
@ -57,7 +57,7 @@ class calendar_owner_etemplate_widget extends Etemplate\Widget\Taglist
|
||||
}
|
||||
|
||||
// Add external owners that a select account widget will not find
|
||||
foreach($value as &$owner)
|
||||
foreach((array)$value as $owner)
|
||||
{
|
||||
$label = self::get_owner_label($owner);
|
||||
$info = array();
|
||||
|
Loading…
Reference in New Issue
Block a user