--- contrib/fb_registration.module	2011-02-24 18:07:58.000000000 -0800
+++ ../fb-fixed/contrib/fb_registration.module	2011-03-17 14:28:35.000000000 -0700
@@ -91,7 +91,7 @@ function fb_registration_form_alter(&$fo
 
     _fb_registration_extract_fb_fields($fb_fields, $form);
 
-    $redirect_url = url(request_path()), array('absolute' => TRUE));
+    $redirect_url = url(request_path(), array('absolute' => TRUE));
     $fields = json_encode($fb_fields);
 
     if (FALSE) {
@@ -200,4 +200,4 @@ function _fb_registration_extract_fb_fie
       $form[$key] = NULL;
     }
   }
-}
\ No newline at end of file
+}
