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/ApiQueryPagesWithProp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes/api/ApiQueryPagesWithProp.php') diff --git a/includes/api/ApiQueryPagesWithProp.php b/includes/api/ApiQueryPagesWithProp.php index 7bcaf247..ad641a46 100644 --- a/includes/api/ApiQueryPagesWithProp.php +++ b/includes/api/ApiQueryPagesWithProp.php @@ -140,7 +140,8 @@ class ApiQueryPagesWithProp extends ApiQueryGeneratorBase { 'ids', 'title', 'value', - ) + ), + ApiBase::PARAM_HELP_MSG_PER_VALUE => array(), ), 'continue' => array( ApiBase::PARAM_HELP_MSG => 'api-help-param-continue', -- cgit v1.2.3-54-g00ecf