Revert r95058 (make letype multivalue): has been applied before in r88722 and reverte...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 20 Aug 2011 07:19:10 +0000 (07:19 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 20 Aug 2011 07:19:10 +0000 (07:19 +0000)
includes/api/ApiQueryLogEvents.php

index 5022472..4ecf3af 100644 (file)
@@ -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 )