r89675 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89674‎ | r89675 | r89676 >
Date:18:51, 7 June 2011
Author:demon
Status:ok
Tags:
Comment:
Forgot to press save on the comment
Modified paths:
  • /trunk/phase3/includes/specials/SpecialListfiles.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialListfiles.php
@@ -196,7 +196,7 @@
197197 static $imgfile = null;
198198 if ( $imgfile === null ) $imgfile = wfMsg( 'imgfile' );
199199
200 - // Weird files can maybe exist? Bug
 200+ // Weird files can maybe exist? Bug 22227
201201 $filePage = Title::makeTitleSafe( NS_FILE, $value );
202202 if( $filePage ) {
203203 $link = $this->getSkin()->linkKnown( $filePage, htmlspecialchars( $filePage->getText() ) );

Status & tagging log