Forgot to press save on the comment
[lhc/web/wiklou.git] / includes / specials / SpecialListfiles.php
index a9c694a..8cc6e36 100644 (file)
@@ -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() ) );