From cf42de215757fee25ca115fc5675a3865a3a8ed3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Feb 2013 11:30:11 +0800 Subject: [PATCH] I18n.php --- I18n.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/I18n.php b/I18n.php index 009c26d8..4403e8ca 100644 --- a/I18n.php +++ b/I18n.php @@ -111,6 +111,11 @@ class Pman_Core_I18n extends Pman $lbits = $this->guessUsersLanguage(); + if ($this->authUser && !empty($_REQUEST['debug'])) { + DB_DataObject::debugLevel(1); + } + + $i = DB_DataObject::Factory('I18n'); -- 2.39.2