diff --git a/includes/handlers.inc b/includes/handlers.inc index 98f2b9f6526868d3e18bad73c39af46e0eecc5c9..f605620aa23bb956ca6cfc2c336f03cd5696dbf6 100644 --- a/includes/handlers.inc +++ b/includes/handlers.inc @@ -290,7 +290,7 @@ class views_handler extends views_object { /** * Take input from exposed filters and assign to this handler, if necessary. */ - function accept_exposed_input($input) { } + function accept_exposed_input($input) { return TRUE; } } /**