From b1968df5f94102da2d8a5f554982e6d622020081 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 19 Aug 2011 23:21:34 +0000 Subject: [PATCH] Upstream wikia change Make type multi --- includes/api/ApiQueryLogEvents.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index 4ecf3af269..5022472558 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -371,7 +371,8 @@ class ApiQueryLogEvents extends ApiQueryBase { ) ), 'type' => array( - ApiBase::PARAM_TYPE => $wgLogTypes + ApiBase::PARAM_ISMULTI => true, + ApiBase::PARAM_TYPE => $wgLogTypes, ), 'action' => array( ApiBase::PARAM_TYPE => array_keys( $wgLogActions ) -- 2.20.1