diff --git a/etemplate/js/et2_extension_nextmatch.js b/etemplate/js/et2_extension_nextmatch.js index 646766fee4..afb34c64bb 100644 --- a/etemplate/js/et2_extension_nextmatch.js +++ b/etemplate/js/et2_extension_nextmatch.js @@ -158,7 +158,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput, et2_IPrin this.activeFilters = {col_filter:{}}; // Directly set current col_filters from settings - jQuery.extend(this.activeFilters, this.options.settings.col_filter); + jQuery.extend(this.activeFilters.col_filter, this.options.settings.col_filter); /* Process selected custom fields here, so that the settings are correctly