From cbd4fe9b90843cca3bae08623821e2522de44388 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Dec 2011 14:56:44 +0800 Subject: [PATCH] I18n.php --- I18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/I18n.php b/I18n.php index d0a9e73d..0470e79c 100644 --- a/I18n.php +++ b/I18n.php @@ -116,7 +116,7 @@ class Pman_Core_I18N extends Pman case 'Country': $i->ltype = 'c'; $i->applyFilters($_REQUEST, $this->authUser, $this); - $this->jdata($i->toTransList('l', $lbits[0])); + $this->jdata($i->toTransList('c', $lbits[0])); $ret = $this->getList('c', $lbits[0],empty($_REQUEST['filter']) ? false : $_REQUEST['filter']); break; @@ -124,7 +124,7 @@ class Pman_Core_I18N extends Pman case 'Currency': $i->ltype = 'm'; $i->applyFilters($_REQUEST, $this->authUser, $this); - $this->jdata($i->toTransList('l', $lbits[0])); + $this->jdata($i->toTransList('m', $lbits[0])); break; -- 2.39.2