r99738 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99737‎ | r99738 | r99739 >
Date:22:23, 13 October 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
(bug 31679) Fixed use of 'allowusertalk'
Modified paths:
  • /trunk/phase3/includes/api/ApiBlock.php (modified) (history)

Diff [purge]

Index: trunk/phase3/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,

Follow-up revisions

RevisionCommit summaryAuthorDate
r99739MFT r99738 - "Fixed use of 'allowusertalk'"aaron22:26, 13 October 2011

Comments

#Comment by G.Hagedorn (talk | contribs)   15:09, 14 October 2011

has been applied to 1.18wmf1, please consider tagging for 1.18 as well

Status & tagging log