From: Alan Knowles Date: Wed, 14 Dec 2011 06:33:53 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=94db7ce5beb74a45526d4fe1e96e887b371e9156 I18n.php --- 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;