From cd351acb1016dcaa24c9bd1a6255dab1c6a83229 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Dec 2011 14:41:52 +0800 Subject: [PATCH] I18n.php --- I18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/I18n.php b/I18n.php index da44bfe6..ffb0c0f8 100644 --- a/I18n.php +++ b/I18n.php @@ -112,7 +112,7 @@ class Pman_Core_I18N extends Pman break; case 'Country': - $i->ltype = 'l'; + $i->ltype = 'c'; $i->applyFilters($_REQUEST, $this->authUser, $this); $this->jdata($i->toTransList('l', $lbits[0])); @@ -120,7 +120,7 @@ class Pman_Core_I18N extends Pman break; case 'Currency': - $i->ltype = 'l'; + $i->ltype = 'm'; $i->applyFilters($_REQUEST, $this->authUser, $this); $this->jdata($i->toTransList('l', $lbits[0])); break; -- 2.39.2