diff --git a/sites/all/modules/contrib/date/date_views/includes/date_views_plugin_pager.inc b/sites/all/modules/contrib/date/date_views/includes/date_views_plugin_pager.inc index f9594a7..76e9986 100644 --- a/sites/all/modules/contrib/date/date_views/includes/date_views_plugin_pager.inc +++ b/sites/all/modules/contrib/date/date_views/includes/date_views_plugin_pager.inc @@ -129,6 +129,7 @@ class date_views_plugin_pager extends views_plugin_pager { if (!empty($input) && !empty($input[$this->options['date_id']])) { $value = $input[$this->options['date_id']]; } + $this->view->build_info['date_pager'] = $value; // Bring the argument information into the view so our theme can access it. $i = 0; @@ -230,4 +231,4 @@ class date_views_plugin_pager extends views_plugin_pager { $pager_theme = views_theme_functions('date_views_pager', $this->view, $this->display); return theme($pager_theme, array('plugin' => $this, 'input' => $input)); } -} \ No newline at end of file +}