jenkins-bot has submitted this change and it was merged.
Change subject: Fix type of list=tags&tgcontinue
......................................................................
Fix type of list=tags&tgcontinue
Was already interpretted as string before, but with a default of null,
this is easy to read and looks like all other 'continue' param
Change-Id: Ica972e927d4949bb0e8925f10471b9273c052011
---
M includes/api/ApiQueryTags.php
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Anomie: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/api/ApiQueryTags.php b/includes/api/ApiQueryTags.php
index e0637ff..22480c6 100644
--- a/includes/api/ApiQueryTags.php
+++ b/includes/api/ApiQueryTags.php
@@ -133,8 +133,7 @@
public function getAllowedParams() {
return array(
- 'continue' => array(
- ),
+ 'continue' => null,
'limit' => array(
ApiBase::PARAM_DFLT => 10,
ApiBase::PARAM_TYPE => 'limit',
--
To view, visit https://gerrit.wikimedia.org/r/54217
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ica972e927d4949bb0e8925f10471b9273c052011
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits