mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
fix PHP Warning filling logs
This commit is contained in:
parent
acbd23a60a
commit
5d599229af
@ -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