summaryrefslogtreecommitdiff
path: root/modules/openid
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-15 16:18:46 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-15 16:18:46 +0000
commite1642603eac05665d959c3d63ea8d1efbe9e431a (patch)
treeb927cc0b278e90594310d8291091d76af9c57d40 /modules/openid
parentc7557262b3ac01f40613dd6141ef09d1ae7b84ba (diff)
downloadbrdo-e1642603eac05665d959c3d63ea8d1efbe9e431a.tar.gz
brdo-e1642603eac05665d959c3d63ea8d1efbe9e431a.tar.bz2
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
Diffstat (limited to 'modules/openid')
-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']);