From: Niklas Laxström Date: Thu, 7 May 2009 07:47:46 +0000 (+0000) Subject: * Same hack for transstat.php as in r50125 X-Git-Tag: 1.31.0-rc.0~41857 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=8e4b0987ce1cde64813fdd4a83cabe7c28077b1e;p=lhc%2Fweb%2Fwiklou.git * Same hack for transstat.php as in r50125 --- diff --git a/maintenance/language/StatOutputs.php b/maintenance/language/StatOutputs.php index b41278b4cf..8110aa7b54 100644 --- a/maintenance/language/StatOutputs.php +++ b/maintenance/language/StatOutputs.php @@ -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:''' " . $version . "\n\n"; echo "'''Note:''' These statistics can be generated by running php maintenance/language/transstat.php.\n\n"; echo "For additional information on specific languages (the message names, the actual problems, etc.), run php maintenance/language/checkLanguage.php --lang=foo.\n\n";