From f809f1ed7ca8ab10bf013f955ad18ba83068826d Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sat, 20 Aug 2011 07:19:10 +0000 Subject: [PATCH] Revert r95058 (make letype multivalue): has been applied before in r88722 and reverted in r89348. --- includes/api/ApiQueryLogEvents.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ) -- 2.20.1