* Corrent bad spells for getting account in zentaopms and etc.

This commit is contained in:
dingguodong
2021-06-22 16:10:11 +08:00
parent ffa7de4e72
commit 7975f38eca
+1 -1
View File
@@ -659,7 +659,7 @@ class gitlabModel extends model
*/
public function getAccount($gitlabID, $userID)
{
retrun $this->dao->select('account')
return $this->dao->select('account')
->from(TABLE_OAUTH)
->where('providerType')->eq('gitlab')
->andwhere('providerID')->eq($gitlabID)