r95058 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95057‎ | r95058 | r95059 >
Date:23:21, 19 August 2011
Author:reedy
Status:reverted
Tags:
Comment:
Upstream wikia change

Make type multi
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryLogEvents.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryLogEvents.php
@@ -371,7 +371,8 @@
372372 )
373373 ),
374374 'type' => array(
375 - ApiBase::PARAM_TYPE => $wgLogTypes
 375+ ApiBase::PARAM_ISMULTI => true,
 376+ ApiBase::PARAM_TYPE => $wgLogTypes,
376377 ),
377378 'action' => array(
378379 ApiBase::PARAM_TYPE => array_keys( $wgLogActions )

Follow-up revisions

RevisionCommit summaryAuthorDate
r95067Revert r95058 (make letype multivalue): has been applied before in r88722 and...catrope07:19, 20 August 2011

Status & tagging log