From: Chad Horohoe Date: Tue, 7 Jun 2011 18:51:03 +0000 (+0000) Subject: Forgot to press save on the comment X-Git-Tag: 1.31.0-rc.0~29631 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=c5cb207924eef76c96d8ac3c06265d7a69f180a2;p=lhc%2Fweb%2Fwiklou.git Forgot to press save on the comment --- 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() ) );