r87272 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87271‎ | r87272 | r87273 >
Date:18:31, 2 May 2011
Author:happy-melon
Status:ok
Tags:
Comment:
Follow-up r83795: fix E_NOTICE due to undefined array member.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlock.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlock.php
@@ -825,7 +825,7 @@
826826 $flags[] = 'noemail';
827827 }
828828
829 - if( $data['DisableUTEdit'] && $wgBlockAllowsUTEdit ){
 829+ if( $wgBlockAllowsUTEdit && $data['DisableUTEdit'] ){
830830 $flags[] = 'nousertalk';
831831 }
832832

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83795Follow-up r83794, r83792: restore new SpecialBlock.php code from r83786. Thi...happy-melon22:53, 12 March 2011

Status & tagging log