From: Alan Knowles Date: Mon, 21 May 2012 06:14:17 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d52f8cba3f376054a147a8ee869d267ed8d715ee I18n.php --- 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':