diff --git a/etemplate/inc/class.nextmatch_widget.inc.php b/etemplate/inc/class.nextmatch_widget.inc.php index 5c13f119a5..af3b990b3d 100644 --- a/etemplate/inc/class.nextmatch_widget.inc.php +++ b/etemplate/inc/class.nextmatch_widget.inc.php @@ -517,7 +517,7 @@ class nextmatch_widget $value['rows']['_row_id'] =& $value['row_id']; // values are NOT yet used on client side, but give warnings if array are not converted to strings - $values['action'] = $value['checkboxes'] = $value['selected'] = ''; + $value['action'] = $value['checkboxes'] = $value['selected'] = ''; /* $selected = $checkboxes = array(); foreach((array)$values['selected'] as $id)