mirror of
https://github.com/friendica/friendica
synced 2025-01-11 00:44:42 +00:00
parent
4cccb450cb
commit
ebc926a716
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ function openid_content(App $a) {
|
||||||
|
|
||||||
$args .= '&openid_url=' . notags(trim($authid));
|
$args .= '&openid_url=' . notags(trim($authid));
|
||||||
|
|
||||||
goaway(App::get_baseurl() . '/register' . $args);
|
goaway(App::get_baseurl() . '/register?' . $args);
|
||||||
|
|
||||||
// NOTREACHED
|
// NOTREACHED
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue