Index: trunk/phase3/includes/specials/SpecialListfiles.php |
— | — | @@ -196,7 +196,7 @@ |
197 | 197 | static $imgfile = null; |
198 | 198 | if ( $imgfile === null ) $imgfile = wfMsg( 'imgfile' ); |
199 | 199 | |
200 | | - // Weird files can maybe exist? Bug |
| 200 | + // Weird files can maybe exist? Bug 22227 |
201 | 201 | $filePage = Title::makeTitleSafe( NS_FILE, $value ); |
202 | 202 | if( $filePage ) { |
203 | 203 | $link = $this->getSkin()->linkKnown( $filePage, htmlspecialchars( $filePage->getText() ) ); |