From: Alan Knowles Date: Tue, 20 Jul 2010 03:37:00 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=4f1010c2fe950491d5a57fd7e8cbf89a253a42ab;p=Pman.Core I18n.php --- diff --git a/I18n.php b/I18n.php index 3d616c89..8e350f9f 100644 --- a/I18n.php +++ b/I18n.php @@ -178,7 +178,7 @@ class Pman_Core_i18N extends Pman require_once 'I18Nv2/Language.php'; require_once 'I18Nv2/Currency.php'; - $langs = $this->cfg['l']; + $langs = $this->cfg['t']; var_dump($langs);exit; $ar = array(); foreach($langs as $lang)