diff --git a/api/src/Etemplate/Widget/Nextmatch.php b/api/src/Etemplate/Widget/Nextmatch.php index 0df92ad3db..95f0db053f 100644 --- a/api/src/Etemplate/Widget/Nextmatch.php +++ b/api/src/Etemplate/Widget/Nextmatch.php @@ -315,7 +315,7 @@ class Nextmatch extends Etemplate\Widget { if(is_array($val) && count($val) == 0) { - $val = null; + unset($filters['col_filter'][$col]); } } //error_log($this . " Valid filters: " . array2string($filters));