]> 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 ce707c4150b1195dd84572bf79cacc99cc7221de..59a7530140fcac1ed0727c7c33700cdb4e4dda10 100644 (file)
@@ -4,7 +4,7 @@
 require_once('library/openid.php');
 
 
-function openid_content(App &$a) {
+function openid_content(App $a) {
 
        $noid = get_config('system','no_openid');
        if($noid)
@@ -47,7 +47,7 @@ function openid_content(App &$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());