r66074 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66073‎ | r66074 | r66075 >
Date:18:02, 8 May 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix case in class name
Modified paths:
  • /trunk/phase3/includes/specials/SpecialLinkSearch.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialLinkSearch.php
@@ -54,7 +54,7 @@
5555 Xml::inputLabel( wfMsg( 'linksearch-pat' ), 'target', 'target', 50, $target ) . ' ';
5656 if ( !$wgMiserMode ) {
5757 $s .= Xml::label( wfMsg( 'linksearch-ns' ), 'namespace' ) . ' ' .
58 - XML::namespaceSelector( $namespace, '' );
 58+ Xml::namespaceSelector( $namespace, '' );
5959 }
6060 $s .= Xml::submitButton( wfMsg( 'linksearch-ok' ) ) .
6161 '</fieldset>' .

Status & tagging log