]> git.mxchange.org Git - friendica.git/commitdiff
Add missing query string introducing character
authorSandro Santilli <strk@kbt.io>
Sun, 23 Apr 2017 11:48:05 +0000 (13:48 +0200)
committerSandro Santilli <strk@kbt.io>
Sun, 23 Apr 2017 11:50:18 +0000 (13:50 +0200)
Fixes #3383

mod/openid.php

index b45cd97975e3f7b838b3eb2283cafcd74a4d9f3c..1841edc5f3c0ebe60262d2550e64e5eb355c0f70 100644 (file)
@@ -102,7 +102,7 @@ function openid_content(App $a) {
 
                        $args .= '&openid_url=' . notags(trim($authid));
 
-                       goaway(App::get_baseurl() . '/register' . $args);
+                       goaway(App::get_baseurl() . '/register?' . $args);
 
                        // NOTREACHED
                }