Changed inheritance from LanguageZh to LanguageZh_cn
authorZheng Zhu <zhengzhu@users.mediawiki.org>
Thu, 16 Sep 2004 20:19:52 +0000 (20:19 +0000)
committerZheng Zhu <zhengzhu@users.mediawiki.org>
Thu, 16 Sep 2004 20:19:52 +0000 (20:19 +0000)
languages/LanguageZh_tw.php

index ffa93e0..58aa7d7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 require_once( "LanguageUtf8.php" );
-require_once( "LanguageZh.php" );
+require_once( "LanguageZh_cn.php" );
 
 # NOTE: To turn off "Current Events" in the sidebar,
 # set "currentevents" => "-"
@@ -951,7 +951,7 @@ wfLocalUrlE( "Wikipedia:Upload image" ) . "\">上載紀錄</a>內。
 
 );
 
-class LanguageZh_tw extends LanguageZh {
+class LanguageZh_tw extends LanguageZh_cn {
        function getBookstoreList () {
                global $wgBookstoreListZh_tw ;
                return $wgBookstoreListZh_tw ;