From: Sam Reed Date: Sat, 24 Apr 2010 11:58:52 +0000 (+0000) Subject: Append " and errors" to getDescription for ApiParamInfo to signify that information... X-Git-Tag: 1.31.0-rc.0~37021 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=0a17a0360a929b8ba4013683a9ca09409752b134;p=lhc%2Fweb%2Fwiklou.git Append " and errors" to getDescription for ApiParamInfo to signify that information about the errors a module can return is there --- diff --git a/includes/api/ApiParamInfo.php b/includes/api/ApiParamInfo.php index 8770bd4ca8..f8082ce3ec 100644 --- a/includes/api/ApiParamInfo.php +++ b/includes/api/ApiParamInfo.php @@ -205,7 +205,7 @@ class ApiParamInfo extends ApiBase { } public function getDescription() { - return 'Obtain information about certain API parameters'; + return 'Obtain information about certain API parameters and errors'; } protected function getExamples() {