r36955 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36954‎ | r36955 | r36956 >
Date:22:35, 2 July 2008
Author:simetrical
Status:old
Tags:
Comment:
Fix a misspelled word in a comment added by r36916.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserlogin.php
@@ -728,7 +728,7 @@
729729 $this->userBlockedMessage();
730730 return;
731731 }
732 - // Supress 'blockedtext' error here, we already checked above.
 732+ // Suppress 'blockedtext' error here, we already checked above.
733733 elseif ( count( $permErrors = $titleObj->getUserPermissionsErrors( 'createaccount', $wgUser, true, array('blockedtext') ) )>0 ) {
734734 $wgOut->showPermissionsErrorPage( $permErrors, 'createaccount' );
735735 return;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r36916(bug 14698) Make "Block account creation" work as advertised. :)demon14:40, 2 July 2008

Status & tagging log