r50934 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50933‎ | r50934 | r50935 >
Date:10:16, 23 May 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
Grammar? English doesn't use {{GRAMMAR}} :o
Modified paths:
  • /trunk/phase3/includes/SpecialPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialPage.php
@@ -608,7 +608,7 @@
609609 break;
610610 }
611611 }
612 - if ( !$found ) wfWarn( "Did not found name for special page $name" );
 612+ if ( !$found ) wfWarn( "Did not find name for special page $name" );
613613 }
614614 if ( $subpage !== false && !is_null( $subpage ) ) {
615615 $name = "$name/$subpage";

Status & tagging log