r82235 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82234‎ | r82235 | r82236 >
Date:12:10, 16 February 2011
Author:demon
Status:ok (Comments)
Tags:
Comment:
I -> i
Modified paths:
  • /trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php
@@ -91,7 +91,7 @@
9292 }
9393
9494 protected function formatItem( $name ) {
95 - $title = TItle::newFromText( $name );
 95+ $title = Title::newFromText( $name );
9696 if( $title ) {
9797 $title = $this->_checkRedirect( $title );
9898 if( $this->_seen( $title ) ) {

Comments

#Comment by 😂 (talk | contribs)   12:33, 16 February 2011

lol, merge, really?

Status & tagging log