From: Brion Vibber Date: Wed, 18 Jan 2006 01:57:15 +0000 (+0000) Subject: was missing Zh_cn dep X-Git-Tag: 1.6.0~488 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=cc29244bec6d6d6e91a54eb176f4c2fa96d1c0bf;p=lhc%2Fweb%2Fwiklou.git was missing Zh_cn dep --- diff --git a/languages/LanguageZh_hk.deps.php b/languages/LanguageZh_hk.deps.php index 2c08455459..b3a4053453 100644 --- a/languages/LanguageZh_hk.deps.php +++ b/languages/LanguageZh_hk.deps.php @@ -4,5 +4,6 @@ // cache on PHP 5, where cached code can break if the include order // changed on a subsequent page view. +require_once( "LanguageZh_cn.php" ); require_once( "LanguageZh_tw.php" ); ?> \ No newline at end of file