From cd2e974286610b7c808a967b1c2cef0177294164 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 May 2012 12:14:13 +0800 Subject: [PATCH] I18n.php --- I18n.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/I18n.php b/I18n.php index 3846f5c9..dc9cb8e7 100644 --- a/I18n.php +++ b/I18n.php @@ -125,8 +125,7 @@ class Pman_Core_I18N extends Pman $i->ltype = 'c'; $i->applyFilters($_REQUEST, $this->authUser, $this); $this->jdata($i->toTransList('c', $lbits[0])); - - $ret = $this->getList('c', $lbits[0],empty($_REQUEST['filter']) ? false : $_REQUEST['filter']); + break; case 'Currency': -- 2.39.2