Upstream wikia change
[lhc/web/wiklou.git] / includes / api / ApiQueryLogEvents.php
index 4ecf3af..5022472 100644 (file)
@@ -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 )