From 985b2202a5efc5f1ba767777336d319204082424 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 25 Jan 2019 22:14:09 +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 5bbebff3daff..c4fea9a04074 100644 --- a/app/Libraries/OAuth.php +++ b/app/Libraries/OAuth.php @@ -32,7 +32,7 @@ class OAuth /** 1. Ensure user arrives on the correct provider **/ $query = [ - 'oauth_user_id' =>$user->getId()) + 'oauth_user_id' =>$user->getId(), 'oauth_provider_id'=>$provider ];