diff --git a/views_expost_exposed_form_plugin.inc b/views_expost_exposed_form_plugin.inc
index 775104015..6d76265ed 100644
--- a/views_expost_exposed_form_plugin.inc
+++ b/views_expost_exposed_form_plugin.inc
@@ -12,7 +12,7 @@ class views_expost_exposed_form_plugin extends better_exposed_filters_exposed_fo
 
   function init(&$view, &$display, $options = array()) {
     parent::init($view, $display, $options);
-    $this->view->set_exposed_input($_POST + $_GET);
+    $this->view->set_exposed_input($_POST + drupal_get_query_parameters());
   }
 
   function summary_title() {
