Fix up interwiki search results in API
authorChad Horohoe <chadh@wikimedia.org>
Wed, 26 Nov 2014 18:46:31 +0000 (10:46 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 26 Nov 2014 18:47:33 +0000 (10:47 -0800)
commit524e4277580ef9352905afd4c7d0a5f0a2d2a617
tree4e0b0995c0a0a81cf0bfc3e7079fee15fa84c24a
parent07e90fadfb12d00d8dc6b0aaa2566c9cde615d5d
Fix up interwiki search results in API

getInterwikiResults() returns an array of result objects, not
just a single result object

Change-Id: I4ea3f814c276e6fb9fd2b86ea405047aa3783fc7
includes/api/ApiQuerySearch.php