From 5fc1b7a49d609a0ab5144f752f8f80667cd02cd5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 16 Feb 2015 10:47:57 +0800 Subject: [PATCH] DataObjects/I18n.php --- DataObjects/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index b5f51fdf..86d521a8 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -84,7 +84,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject //echo '
';print_R($opts);//exit;
         
          
-         var_dump($opts);exit;
+        // var_dump($opts);exit;
         
         $i = DB_DataObject::Factory('I18n');
         // load the cofiguration
-- 
2.39.2