From: Arne Heizmann Date: Sat, 28 Aug 2004 22:11:47 +0000 (+0000) Subject: untested, but I'm pretty sure this fixes X-Git-Tag: 1.5.0alpha1~2206 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=92ac1abaa7ee336f91371a54c4e8c3c0397e9a67;p=lhc%2Fweb%2Fwiklou.git untested, but I'm pretty sure this fixes http://bugzilla.wikipedia.org/show_bug.cgi?id=226 --- diff --git a/includes/SpecialValidate.php b/includes/SpecialValidate.php index 944c18b01c..9bdf20199c 100644 --- a/includes/SpecialValidate.php +++ b/includes/SpecialValidate.php @@ -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' ) {