X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fopenid.php;h=59a7530140fcac1ed0727c7c33700cdb4e4dda10;hb=4ad6a7f073c14c58a0acec2d5354a16433043b57;hp=09905198c971f6c554fa5b2ccf04aba4d4e7c30d;hpb=52f14ffa5f266e0e811b0e3e429734f0ec73a859;p=friendica.git diff --git a/mod/openid.php b/mod/openid.php index 09905198c9..59a7530140 100644 --- a/mod/openid.php +++ b/mod/openid.php @@ -4,7 +4,7 @@ require_once('library/openid.php'); -function openid_content(&$a) { +function openid_content(App $a) { $noid = get_config('system','no_openid'); if($noid) @@ -47,7 +47,7 @@ function openid_content(&$a) { require_once('include/security.php'); authenticate_success($r[0],true,true); - // just in case there was no return url set + // just in case there was no return url set // and we fell through goaway(z_root());