--- old/classes.php	Mon Jan 09 23:05:26 2006
+++ new/classes.php	Mon Jan 09 23:05:58 2006
@@ -262,7 +262,7 @@
 		do_action('pre_get_posts', array(&$this));
 
 		// Shorthand.
-		$q = $this->query_vars;	
+		$q = &$this->query_vars;	
 
 		// First let's clear some variables
 		$whichcat = '';
@@ -685,8 +685,6 @@
 			$this->post = $this->posts[0];
 		}
 		
-		// Save any changes made to the query vars.
-		$this->query_vars = $q;
 		return $this->posts;
 	}
 
