fix PHP Warning filling logs

This commit is contained in:
Ralf Becker 2020-09-25 14:35:40 +02:00
parent bf3c833856
commit eca433db6f

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 // 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); $label = self::get_owner_label($owner);
$info = array(); $info = array();