From d52f8cba3f376054a147a8ee869d267ed8d715ee Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 May 2012 14:14:17 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index d9707975..e297a0b0 100644 --- a/I18n.php +++ b/I18n.php @@ -133,7 +133,7 @@ class Pman_Core_I18n extends Pman case 'Currency': $i->ltype = 'm'; $i->applyFilters($_REQUEST, $this->authUser, $this); - $this->jdata($i->toTransList('m', implode('_',$lbits[0])); + $this->jdata($i->toTransList('m', implode('_',$lbits[0]))); break; case 'Timezone': -- 2.39.2