I18n.php
[Pman.Core] / I18n.php
index 9826c59..8fec9d7 100644 (file)
--- 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();