From: Sam Reed Date: Fri, 19 Aug 2011 23:21:34 +0000 (+0000) Subject: Upstream wikia change X-Git-Tag: 1.31.0-rc.0~28154 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=b1968df5f94102da2d8a5f554982e6d622020081;p=lhc%2Fweb%2Fwiklou.git Upstream wikia change Make type multi --- 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 )