]> git.mxchange.org Git - friendica.git/blobdiff - mod/openid.php
Hide the calculation for "previous" and "next" behind a setting
[friendica.git] / mod / openid.php
index 09905198c971f6c554fa5b2ccf04aba4d4e7c30d..59a7530140fcac1ed0727c7c33700cdb4e4dda10 100644 (file)
@@ -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());