Merge "Explicitly specify SQL columns to SELECT"

This commit is contained in:
jenkins-bot 2022-02-28 07:36:04 +00:00 committed by Gerrit Code Review
commit caee0f788b

View file

@ -84,7 +84,7 @@ class OATHUserRepository {
->centralIdFromLocalUser( $user );
$res = $this->getDB( DB_REPLICA )->selectRow(
'oathauth_users',
'*',
[ 'module', 'data' ],
[ 'id' => $uid ],
__METHOD__
);