From: Alan Knowles Date: Thu, 10 May 2012 06:07:36 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b12850b45cafef951c6db3b7813316f0c8f34ac3 I18n.php --- 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();