r99739 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99738‎ | r99739 | r99740 >
Date:22:26, 13 October 2011
Author:aaron
Status:ok
Tags:
Comment:
MFT r99738 - "Fixed use of 'allowusertalk'"
Modified paths:
  • /branches/wmf/1.18wmf1/includes/api/ApiBlock.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/api/ApiBlock.php
@@ -87,7 +87,7 @@
8888 'AutoBlock' => $params['autoblock'],
8989 'DisableEmail' => $params['noemail'],
9090 'HideUser' => $params['hidename'],
91 - 'DisableUTEdit' => $params['allowusertalk'],
 91+ 'DisableUTEdit' => !$params['allowusertalk'],
9292 'AlreadyBlocked' => $params['reblock'],
9393 'Watch' => $params['watchuser'],
9494 'Confirm' => true,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99738(bug 31679) Fixed use of 'allowusertalk'aaron22:23, 13 October 2011

Status & tagging log