From: Alan Knowles Date: Mon, 21 May 2012 06:12:06 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=87e2f03a2a8103d335ba584af3708dba84e46083 I18n.php --- diff --git a/I18n.php b/I18n.php index 64e3e931..addc5859 100644 --- a/I18n.php +++ b/I18n.php @@ -116,6 +116,7 @@ class Pman_Core_I18n extends Pman switch($s) { case 'Lang': + DB_DatatObject::DebugLevel(1); $i->ltype = 'l'; $i->applyFilters($_REQUEST, $this->authUser, $this); $this->jdata($i->toTransList('l', $lbits[0]));