r25403 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25402‎ | r25403 | r25404 >
Date:09:48, 2 September 2007
Author:aaron
Status:old
Tags:
Comment:
*Fix typo in error msg
Modified paths:
  • /trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php
@@ -9,7 +9,7 @@
1010 # This extension needs email enabled!
1111 # Otherwise users can't get their passwords...
1212 if( !$wgEnableEmail ) {
13 - echo "ConfirmAccount extension requeires \$wgEnableEmail set to true \n";
 13+ echo "ConfirmAccount extension requires \$wgEnableEmail set to true \n";
1414 exit( 1 ) ;
1515 }
1616

Status & tagging log