From 92ac1abaa7ee336f91371a54c4e8c3c0397e9a67 Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Sat, 28 Aug 2004 22:11:47 +0000 Subject: [PATCH] untested, but I'm pretty sure this fixes http://bugzilla.wikipedia.org/show_bug.cgi?id=226 --- includes/SpecialValidate.php | 1 + 1 file changed, 1 insertion(+) 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' ) { -- 2.20.1