From f2ad26f37344d9d72f102f63b43cb8fe520b9955 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 May 2012 14:15:24 +0800 Subject: [PATCH] I18n.php --- I18n.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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': -- 2.39.2