X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Foauth.php;h=9e2be68c776cc61e57f8dbc531fcdd404438c449;hb=41a81624a226fb3813ebaaec529fef1c2b3a8a5a;hp=f67e3d2b704df539e39cfd320ead71c555948562;hpb=86cae070f2a048e553c545caec54be72c1c14da5;p=friendica.git diff --git a/include/oauth.php b/include/oauth.php index f67e3d2b70..9e2be68c77 100644 --- a/include/oauth.php +++ b/include/oauth.php @@ -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']; }