Security fix for API blocks query -- ipb_anon field wasn't being loaded when querying...
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 19 Jul 2008 07:50:14 +0000 (07:50 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 19 Jul 2008 07:50:14 +0000 (07:50 +0000)
commit81f62b9ff836ac97844c847d24bc8607f6dbc034
tree6fa07e37abe04ec7997f1344a6c41a3df8538ab1
parentb006e958520927f98121a186ff90c2d54821f7bf
Security fix for API blocks query -- ipb_anon field wasn't being loaded when querying for usernames but not flags, but this field is needed to tell whether a given row is an autoblock and needs the IP suppressed.
includes/api/ApiQueryBlocks.php