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

Revision: 95067
Author:   catrope
Date:     2011-08-20 07:19:10 +0000 (Sat, 20 Aug 2011)
Log Message:
-----------
Revert r95058 (make letype multivalue): has been applied before in r88722 and 
reverted in r89348.

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

Modified: trunk/phase3/includes/api/ApiQueryLogEvents.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryLogEvents.php     2011-08-20 06:02:24 UTC 
(rev 95066)
+++ trunk/phase3/includes/api/ApiQueryLogEvents.php     2011-08-20 07:19:10 UTC 
(rev 95067)
@@ -371,8 +371,7 @@
                                )
                        ),
                        'type' => array(
-                               ApiBase::PARAM_ISMULTI => true,
-                               ApiBase::PARAM_TYPE => $wgLogTypes,
+                               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