diff --git a/modules/location/contrib/location_views/location_views.module b/modules/location/contrib/location_views/location_views.module index 041b8ff..2fd3e24 100644 --- a/modules/location/contrib/location_views/location_views.module +++ b/modules/location/contrib/location_views/location_views.module @@ -1050,7 +1050,7 @@ function location_views_views_pre_view($view, $items) { // and recalling the form foreach ($view->filter as $key => $filter) { if ($filter['field'] == 'location.proximity_map' || $filter['field'] == 'user_location.proximity_map') { - cache_clear_all('views_tables', true); + cache_clear_all(NULL, 'cache_views'); $view->filter[$key]['value'] = location_views_map_input_form(); } }