API: (bug 17563) Fix regression from r46845 that changed the output for list=backlink...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 19 Feb 2009 21:24:28 +0000 (21:24 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 19 Feb 2009 21:24:28 +0000 (21:24 +0000)
commitb2503c70abbc3e5926cfa57c68c5c4be0147fab5
treeadc2ec28490f5345d326fc1191b4e570aa8010b3
parent42df1fec8f796ec507539bb0d651bcf62ea9e44e
API: (bug 17563) Fix regression from r46845 that changed the output for list=backlinks to use page IDs as array indexes instead of 0,1,2,... (which makes a big difference in JSON and breaks clients) and caused weird output for generator=backlinks as well. Patch by Brad Jorsch
includes/api/ApiQueryBacklinks.php