http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95058

Revision: 95058
Author:   reedy
Date:     2011-08-19 23:21:34 +0000 (Fri, 19 Aug 2011)
Log Message:
-----------
Upstream wikia change

Make type multi

Modified Paths:
--------------
    trunk/phase3/includes/api/ApiQueryLogEvents.php

Modified: trunk/phase3/includes/api/ApiQueryLogEvents.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryLogEvents.php     2011-08-19 23:20:37 UTC 
(rev 95057)
+++ trunk/phase3/includes/api/ApiQueryLogEvents.php     2011-08-19 23:21:34 UTC 
(rev 95058)
@@ -371,7 +371,8 @@
                                )
                        ),
                        'type' => array(
-                               ApiBase::PARAM_TYPE => $wgLogTypes
+                               ApiBase::PARAM_ISMULTI => true,
+                               ApiBase::PARAM_TYPE => $wgLogTypes,
                        ),
                        'action' => array(
                                ApiBase::PARAM_TYPE => array_keys( 
$wgLogActions )


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to