summaryrefslogtreecommitdiff
path: root/modules/openid/openid.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openid/openid.module')
-rw-r--r--modules/openid/openid.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openid/openid.module b/modules/openid/openid.module
index d910e4dfa..f42c3db2a 100644
--- a/modules/openid/openid.module
+++ b/modules/openid/openid.module
@@ -448,7 +448,7 @@ function openid_authentication($response) {
// We'll want to redirect back to the same place.
$destination = drupal_get_destination();
unset($_GET['destination']);
- drupal_goto('user/register', $destination);
+ drupal_goto('user/register', array('query' => $destination));
}
else {
unset($form_state['values']['response']);