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

index 37083c1..d970797 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -120,13 +120,13 @@ class Pman_Core_I18n extends Pman
                 
                 $i->ltype = 'l';
                 $i->applyFilters($_REQUEST, $this->authUser, $this);
-                $this->jdata($i->toTransList('l',  implode('_',$lbits[0]));
+                $this->jdata($i->toTransList('l',  implode('_',$lbits[0])));
                 break;
 
             case 'Country':
                 $i->ltype = 'c';
                 $i->applyFilters($_REQUEST, $this->authUser, $this);
-                $this->jdata($i->toTransList('c',  implode('_',$lbits[0]));
+                $this->jdata($i->toTransList('c',  implode('_',$lbits[0])));
                
                 break;