From c5cb207924eef76c96d8ac3c06265d7a69f180a2 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 7 Jun 2011 18:51:03 +0000 Subject: [PATCH] Forgot to press save on the comment --- includes/specials/SpecialListfiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialListfiles.php b/includes/specials/SpecialListfiles.php index a9c694abdb..8cc6e36839 100644 --- a/includes/specials/SpecialListfiles.php +++ b/includes/specials/SpecialListfiles.php @@ -196,7 +196,7 @@ class ImageListPager extends TablePager { static $imgfile = null; if ( $imgfile === null ) $imgfile = wfMsg( 'imgfile' ); - // Weird files can maybe exist? Bug + // Weird files can maybe exist? Bug 22227 $filePage = Title::makeTitleSafe( NS_FILE, $value ); if( $filePage ) { $link = $this->getSkin()->linkKnown( $filePage, htmlspecialchars( $filePage->getText() ) ); -- 2.20.1