fix PHP Warning filling logs

This commit is contained in:
Ralf Becker 2020-09-25 14:35:40 +02:00
parent 8c30429d53
commit e74b939a4e

View File

@ -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();