From 63191d513b0fb8ac18370a5c1fc7fed68aec6a25 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 25 Jan 2019 22:20:02 +1100 Subject: [PATCH] fixes for travis --- app/Libraries/OAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Libraries/OAuth.php b/app/Libraries/OAuth.php index c4fea9a04074..7f332e9894f5 100644 --- a/app/Libraries/OAuth.php +++ b/app/Libraries/OAuth.php @@ -36,7 +36,7 @@ class OAuth 'oauth_provider_id'=>$provider ]; - if($user = MultiDB::hasUser($query) + if($user = MultiDB::hasUser($query)) { return $user; }