Fix regression: message 'imghistory' was deleted in r24432 but still used in SpecialU...
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 30 Jul 2007 08:38:09 +0000 (08:38 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 30 Jul 2007 08:38:09 +0000 (08:38 +0000)
includes/SpecialUndelete.php

index 52f1ecc..630d920 100644 (file)
@@ -799,7 +799,7 @@ class UndeleteForm {
 
                
                if( $haveFiles ) {
-                       $wgOut->addHtml( "<h2>" . wfMsgHtml( 'imghistory' ) . "</h2>\n" );
+                       $wgOut->addHtml( "<h2>" . wfMsgHtml( 'filehist' ) . "</h2>\n" );
                        $wgOut->addHtml( "<ul>" );
                        while( $row = $files->fetchObject() ) {
                                $ts = wfTimestamp( TS_MW, $row->fa_timestamp );