From: Zheng Zhu Date: Mon, 22 Nov 2004 21:43:46 +0000 (+0000) Subject: forgot global... X-Git-Tag: 1.5.0alpha1~1269 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=43cfe944d7b0430a4b46b4ff51879f7d06d9bc28;p=lhc%2Fweb%2Fwiklou.git forgot global... --- 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;