From: Roan Kattouw Date: Sat, 20 Aug 2011 07:19:10 +0000 (+0000) Subject: Revert r95058 (make letype multivalue): has been applied before in r88722 and reverte... X-Git-Tag: 1.31.0-rc.0~28152 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=f809f1ed7ca8ab10bf013f955ad18ba83068826d;p=lhc%2Fweb%2Fwiklou.git Revert r95058 (make letype multivalue): has been applied before in r88722 and reverted in r89348. --- diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index 5022472558..4ecf3af269 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -371,8 +371,7 @@ class ApiQueryLogEvents extends ApiQueryBase { ) ), 'type' => array( - ApiBase::PARAM_ISMULTI => true, - ApiBase::PARAM_TYPE => $wgLogTypes, + ApiBase::PARAM_TYPE => $wgLogTypes ), 'action' => array( ApiBase::PARAM_TYPE => array_keys( $wgLogActions )