From 0a17a0360a929b8ba4013683a9ca09409752b134 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 24 Apr 2010 11:58:52 +0000 Subject: [PATCH] Append " and errors" to getDescription for ApiParamInfo to signify that information about the errors a module can return is there --- includes/api/ApiParamInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.20.1