mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-28 02:00:06 +00:00
Merge "Explicitly specify SQL columns to SELECT"
This commit is contained in:
commit
caee0f788b
|
@ -84,7 +84,7 @@ class OATHUserRepository {
|
|||
->centralIdFromLocalUser( $user );
|
||||
$res = $this->getDB( DB_REPLICA )->selectRow(
|
||||
'oathauth_users',
|
||||
'*',
|
||||
[ 'module', 'data' ],
|
||||
[ 'id' => $uid ],
|
||||
__METHOD__
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue