r84522 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84521‎ | r84522 | r84523 >
Date:11:14, 22 March 2011
Author:happy-melon
Status:ok
Tags:
Comment:
Follow-up r84475: fix notices.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlock.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlock.php
@@ -502,6 +502,10 @@
503503 return array( 'ipb_expiry_invalid' );
504504 }
505505
 506+ if( !isset( $data['DisableEmail'] ) ){
 507+ $data['DisableEmail'] = false;
 508+ }
 509+
506510 # If the user has done the form 'properly', they won't even have been given the
507511 # option to suppress-block unless they have the 'hideuser' permission
508512 if( !isset( $data['HideUser'] ) ){

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r84475Blame hashar for this giant commit; he teased me for making so many smaller o...happy-melon19:12, 21 March 2011

Status & tagging log