Steps to replicate the issue (include links if applicable):
On a wiki using SQLite and CentralAuth:
- Open Special:GlobalRenameUser
- Enter information to rename any account
What happens?:
Two PHP warnings:
Warning: Attempt to read property "ru_wiki" on array in /var/www/html/w/extensions/CentralAuth/includes/GlobalRename/GlobalRenameUserStatus.php on line 176 Warning: Attempt to read property "ru_oldname" on array in /var/www/html/w/extensions/CentralAuth/includes/GlobalRename/GlobalRenameUserStatus.php on line 177
What should have happened instead?:
No warnings.
Other information (browser name/version, screenshots, etc.):
This happens for SQLite and presumably also postgres but not MySQL, as the relevant code is behind a dbtype === mysql conditional.