From 43cfe944d7b0430a4b46b4ff51879f7d06d9bc28 Mon Sep 17 00:00:00 2001 From: Zheng Zhu Date: Mon, 22 Nov 2004 21:43:46 +0000 Subject: [PATCH] forgot global... --- includes/ZhClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/ZhClient.php b/includes/ZhClient.php index b2869e9fbc..b9a93463ea 100644 --- a/includes/ZhClient.php +++ b/includes/ZhClient.php @@ -154,6 +154,7 @@ class ZhClientFake { $this->zh2HK = $wgMemc->get($key4 = "$wgDBname:zhConvert:hk"); if(empty($this->zh2TW) || empty($this->zh2CN) || empty($this->zh2SG) || empty($this->zh2HK)) { require_once("includes/ZhConversion.php"); + global $zh2TW, $zh2CN, $zh2HK, $zh2SG; $this->zh2TW = $zh2TW; $this->zh2CN = $zh2CN; $this->zh2HK = $zh2HK; -- 2.20.1