(bug 33602) list=allusers throws exceptions with invalid names
authorSzymon Świerkosz <beau@adres.pl>
Thu, 26 Apr 2012 21:45:09 +0000 (23:45 +0200)
committerSzymon Świerkosz <beau@adres.pl>
Thu, 26 Apr 2012 21:45:09 +0000 (23:45 +0200)
commitb433d1958b7aefcd20280564d5d7b6f5a6f92f74
treef4d936498d3be54c879483b99ada123ba25482ed
parent5f1314722d85e7fa287111c34675dfd114568814
(bug 33602) list=allusers throws exceptions with invalid names

Follow up to: I7d115e734cb8c93dcf6dc3b98bdbc81975951273.
I have replaced $this->keyToTitle calls with simple str_replace.
As a result invalid user names will be accepted in parameters, so
the chain of requests based on query-continue will not be broken
by invalid entry in the database.

Change-Id: I8a80fe6395ae6e9304e4d9ec7b604195ec3c9d00
includes/api/ApiQueryAllUsers.php