X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=I18n.php;h=d7e6f522017fc315d1f84ae430bb91dd76c92746;hb=f2ad26f37344d9d72f102f63b43cb8fe520b9955;hp=ebdde8957221f45a07f998fa22bb2aa4896359b5;hpb=7e92841abeaf451ff81ebda69b981117da9e049f;p=Pman.Core diff --git a/I18n.php b/I18n.php index ebdde895..d7e6f522 100644 --- a/I18n.php +++ b/I18n.php @@ -120,20 +120,20 @@ class Pman_Core_I18n extends Pman $i->ltype = 'l'; $i->applyFilters($_REQUEST, $this->authUser, $this); - $this->jdata($i->toTransList('l', implode('_',$lbits]))); + $this->jdata($i->toTransList('l', implode('_',$lbits))); break; case 'Country': $i->ltype = 'c'; $i->applyFilters($_REQUEST, $this->authUser, $this); - $this->jdata($i->toTransList('c', implode('_',$lbits]))); + $this->jdata($i->toTransList('c', implode('_',$lbits))); break; case 'Currency': $i->ltype = 'm'; $i->applyFilters($_REQUEST, $this->authUser, $this); - $this->jdata($i->toTransList('m', implode('_',$lbits]))); + $this->jdata($i->toTransList('m', implode('_',$lbits))); break; case 'Timezone':