]> git.mxchange.org Git - friendica.git/blobdiff - include/oauth.php
added spaces + some curly braces + some usage of dbm::is_result()
[friendica.git] / include / oauth.php
index 3d4533d3e0061da5a4a8e1af01d9c2d0629ee82a..cd512d711687bf8056d493483f71b489639fbfe8 100644 (file)
@@ -155,7 +155,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'];
                }