API: ApiBase::getParameter() shouldn't throw on other params' errors
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 28 May 2018 22:45:24 +0000 (18:45 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 28 May 2018 22:45:24 +0000 (18:45 -0400)
commit24be43b9aaffa5b723f5074bef10485cf34c3788
tree23f3b0fd15fe0fbadfce5583ddfd109f416e24c5
parente81ee7d18de0f2f90a8ed50bb691201eb650ba75
API: ApiBase::getParameter() shouldn't throw on other params' errors

This regression was introduced in Ia19a1617b7.

Bug: T195777
Change-Id: I1e1eb3861ced83f79e56d2325ab693ef4e393999
includes/api/ApiBase.php
tests/phpunit/includes/api/ApiBaseTest.php