diff --git a/etemplate/inc/class.historylog_widget.inc.php b/etemplate/inc/class.historylog_widget.inc.php index ed83d74af6..b503415bec 100644 --- a/etemplate/inc/class.historylog_widget.inc.php +++ b/etemplate/inc/class.historylog_widget.inc.php @@ -134,7 +134,7 @@ class historylog_widget $status = 'status'; // allow to set a diffent name for status (field-name), eg. because status is already used for something else - if (!empty($cell['size']) && isset($tmpl->sel_options[$cell['size']])) + if (!empty($cell['size']) && isset($tmpl->sel_options[$cell['size']]) && is_array($value)) { $status = $cell['size']; foreach($value as &$row)