* Same hack for transstat.php as in r50125
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 7 May 2009 07:47:46 +0000 (07:47 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 7 May 2009 07:47:46 +0000 (07:47 +0000)
maintenance/language/StatOutputs.php

index b41278b..8110aa7 100644 (file)
@@ -32,7 +32,7 @@ class statsOutput {
 class wikiStatsOutput extends statsOutput {
        function heading() {
                global $IP;
-               $version = SpecialVersion::getVersion( $IP );
+               $version = SpecialVersion::getVersion( 'nodb' );
                echo "'''Statistics are based on:''' <code>" . $version . "</code>\n\n";
                echo "'''Note:''' These statistics can be generated by running <code>php maintenance/language/transstat.php</code>.\n\n";
                echo "For additional information on specific languages (the message names, the actual problems, etc.), run <code>php maintenance/language/checkLanguage.php --lang=foo</code>.\n\n";