I18n.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 May 2012 06:14:17 +0000 (14:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 May 2012 06:14:17 +0000 (14:14 +0800)
I18n.php

index d970797..e297a0b 100644 (file)
--- 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':