Index: wp-settings.php
===================================================================
--- wp-settings.php	(revision 11262)
+++ wp-settings.php	(working copy)
@@ -47,6 +47,12 @@
 
 unset( $wp_filter, $cache_lastcommentmodified, $cache_lastpostdate );
 
+function wp_register_REQUEST() {
+	$_REQUEST = array_merge($_GET, $_POST);
+}
+
+wp_register_REQUEST();
+
 /**
  * The $blog_id global, which you can change in the config allows you to create a simple
  * multiple blog installation using just one WordPress and changing $blog_id around.
