From 8493b12e291ffea37d0deea4d9e3da22ecdc1834 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 May 2012 14:14:07 +0800 Subject: [PATCH] I18n.php --- I18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/I18n.php b/I18n.php index 37083c16..d9707975 100644 --- 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; -- 2.39.2