X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiResult.php;h=306c4784b5ced7321d67d3fb31417fb9d3a02026;hb=42a95b7a93e814b159907372ee108e4da0da6aa4;hp=5bc2efbc7094bc8e2a716c256fd5b96529823972;hpb=cad7a1125dc910b8ee19c8f675099ed65c0a6018;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiResult.php b/includes/api/ApiResult.php index 5bc2efbc70..306c4784b5 100644 --- a/includes/api/ApiResult.php +++ b/includes/api/ApiResult.php @@ -518,6 +518,7 @@ class ApiResult extends ApiBase { * @param ApiBase $module * @param string $paramName * @param string|array $paramValue + * @throws MWException */ public function setContinueParam( ApiBase $module, $paramName, $paramValue ) { $name = $module->getModuleName();