From 94db7ce5beb74a45526d4fe1e96e887b371e9156 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Dec 2011 14:33:53 +0800 Subject: [PATCH] I18n.php --- I18n.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/I18n.php b/I18n.php index 8835199c..faa6fef1 100644 --- a/I18n.php +++ b/I18n.php @@ -103,10 +103,14 @@ class Pman_Core_I18N extends Pman $lbits = $this->guessUsersLanguage(); - + $i = DB_DataObject::Factory('I18n'); switch($s) { - case 'Lang': + case 'Lang': + $i->ltype = 'l'; + $i->applyFilters($_REQUEST, $this->authUser, $this); + $i->toTransList('l', $lbits[0]); + $ret = $this->getList('l', $lbits[0],empty($_REQUEST['filter']) ? false : $_REQUEST['filter']); break; -- 2.39.2