diff --git a/etemplate/inc/class.nextmatch_widget.inc.php b/etemplate/inc/class.nextmatch_widget.inc.php index 4072d61dba..d5614f44b8 100644 --- a/etemplate/inc/class.nextmatch_widget.inc.php +++ b/etemplate/inc/class.nextmatch_widget.inc.php @@ -856,11 +856,9 @@ class nextmatch_widget egw_framework::validate_file('egw_action','egw_menu_dhtmlx'); egw_framework::validate_file('.', 'nextmatch_action', 'etemplate'); - if ($actions) - { - if (!is_array($action_links)) $action_links = array(); + if (!is_array($action_links)) $action_links = array(); - return ' + return ' '; - } } /**