]> git.mxchange.org Git - friendica.git/blobdiff - include/oauth.php
Degrade priority step by step
[friendica.git] / include / oauth.php
index f67e3d2b704df539e39cfd320ead71c555948562..9e2be68c776cc61e57f8dbc531fcdd404438c449 100644 (file)
@@ -157,7 +157,7 @@ class FKOAuth1 extends OAuthServer {
                //notice( t("Welcome back ") . $record['username'] . EOL);
                $a->user = $record;
 
-               if(strlen($a->user['timezone'])) {
+               if (strlen($a->user['timezone'])) {
                        date_default_timezone_set($a->user['timezone']);
                        $a->timezone = $a->user['timezone'];
                }