API: Fix ApiQueryBacklinks redirlinks
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 10 Oct 2014 19:22:35 +0000 (15:22 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Fri, 10 Oct 2014 19:27:39 +0000 (15:27 -0400)
commit1204a50435cda092cd3ec00adfc3533a59bfa73a
tree0562034e2bfb9dfe3b202b04f89e5bd83a2e3328
parentd8ed7b2f0cf49db96e618c077a2a3c85000f2e56
API: Fix ApiQueryBacklinks redirlinks

The fast case needs to pass the redirlinks subarray through array_values
and set an indexed tag name.

Bug: 71907
Change-Id: I865aad6485a2598c9e574ab5c38e8e0923d11ddd
includes/api/ApiQueryBacklinks.php