untested, but I'm pretty sure this fixes
authorArne Heizmann <timwi@users.mediawiki.org>
Sat, 28 Aug 2004 22:11:47 +0000 (22:11 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Sat, 28 Aug 2004 22:11:47 +0000 (22:11 +0000)
http://bugzilla.wikipedia.org/show_bug.cgi?id=226

includes/SpecialValidate.php

index 944c18b..9bdf201 100644 (file)
@@ -491,6 +491,7 @@ class Validation {
        }
 
        function getVersionLink( &$title , $timestamp ) {
+               global $wgLang;
                $dbkey = $title->getDBkey();
                $this->find_this_version( $dbkey, $timestamp, $table_id, $table_name );
                if( $table_name == 'cur' ) {