r84195 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84194‎ | r84195 | r84196 >
Date:19:04, 17 March 2011
Author:happy-melon
Status:ok
Tags:
Comment:
Fix typo in r83786
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlock.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlock.php
@@ -528,7 +528,7 @@
529529 if( $type != Block::TYPE_USER ) {
530530 $data['HideUser'] = false; # IP users should not be hidden
531531
532 - } elseif( !in_array( $data['Expiry'], array( 'inifinite', 'infinity', 'indefinite' ) ) ) {
 532+ } elseif( !in_array( $data['Expiry'], array( 'infinite', 'infinity', 'indefinite' ) ) ) {
533533 # Bad expiry.
534534 return array( 'ipb_expiry_temp' );
535535

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83786Divert a river through the Augean Stables that is SpecialBlockip.php....happy-melon21:54, 12 March 2011

Status & tagging log