Index: trunk/phase3/maintenance/language/StatOutputs.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | class wikiStatsOutput extends statsOutput { |
34 | 34 | function heading() { |
35 | 35 | global $IP; |
36 | | - $version = SpecialVersion::getVersion( $IP ); |
| 36 | + $version = SpecialVersion::getVersion( 'nodb' ); |
37 | 37 | echo "'''Statistics are based on:''' <code>" . $version . "</code>\n\n"; |
38 | 38 | echo "'''Note:''' These statistics can be generated by running <code>php maintenance/language/transstat.php</code>.\n\n"; |
39 | 39 | 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"; |