Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
fix inserting of new google user
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed Jul 5, 2016
1 parent 8215930 commit 561cb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/php/OAuth/GoogleOAuth.php
Expand Up @@ -120,7 +120,7 @@ public function getRefreshToken()
*/
public function getOauthUser()
{
if (!empty($this->oauthUserId)) {
if (empty($this->oauthUserId)) {
return array();
}
if (empty($this->user)) {
Expand Down

0 comments on commit 561cb85

Please sign in to comment.