From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- includes/api/ApiQueryAllCategories.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes/api/ApiQueryAllCategories.php') diff --git a/includes/api/ApiQueryAllCategories.php b/includes/api/ApiQueryAllCategories.php index cc0b71af..0711c902 100644 --- a/includes/api/ApiQueryAllCategories.php +++ b/includes/api/ApiQueryAllCategories.php @@ -186,7 +186,8 @@ class ApiQueryAllCategories extends ApiQueryGeneratorBase { 'prop' => array( ApiBase::PARAM_TYPE => array( 'size', 'hidden' ), ApiBase::PARAM_DFLT => '', - ApiBase::PARAM_ISMULTI => true + ApiBase::PARAM_ISMULTI => true, + ApiBase::PARAM_HELP_MSG_PER_VALUE => array(), ), ); } -- cgit v1.2.3-54-g00ecf