API: Handle empty xxnamespace parameter in ApiQueryBacklinksprop
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 1 Oct 2018 14:18:40 +0000 (10:18 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 1 Oct 2018 14:18:40 +0000 (10:18 -0400)
commit4000245c456229e513dcf104600093c74eed7c68
tree9d47f657479fb50fc910d41a9dd7f5272af4186f
parent0bb87a546fa36192712367916c508473b15d8e11
API: Handle empty xxnamespace parameter in ApiQueryBacklinksprop

If the xxnamespace parameter is specified but empty, we don't need to do
anything because there will be no results.

Bug: T205810
Change-Id: Iae5d766a5408368cadd01583d18b745661304a7f
includes/api/ApiQueryBacklinksprop.php