From 7e92841abeaf451ff81ebda69b981117da9e049f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 May 2012 14:15:16 +0800 Subject: [PATCH] I18n.php --- I18n.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/I18n.php b/I18n.php index e297a0b0..ebdde895 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[0]))); + $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[0]))); + $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[0]))); + $this->jdata($i->toTransList('m', implode('_',$lbits]))); break; case 'Timezone': -- 2.39.2