From b12850b45cafef951c6db3b7813316f0c8f34ac3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 10 May 2012 14:07:36 +0800 Subject: [PATCH] I18n.php --- I18n.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index 9826c59f..8fec9d73 100644 --- a/I18n.php +++ b/I18n.php @@ -136,7 +136,9 @@ class Pman_Core_I18n extends Pman } - + if (!empty($_REQUEST['debug'])) { + DB_DataObject::debugLevel(1); + } $i = DB_DataObject::Factory('I18n'); $i->buildDb(); -- 2.39.2