DataObjects/I18n.php
authorAlan Knowles <alan@roojs.com>
Mon, 18 Aug 2014 07:35:31 +0000 (15:35 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 Aug 2014 07:35:31 +0000 (15:35 +0800)
DataObjects/I18n.php

index f07b2b4..561f000 100644 (file)
@@ -96,7 +96,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
             echo "$k / "; print_R($v);
             self::$cfg[$k] = is_array($v) ? $v  : explode(',', $v);
         }
-        //print_R(self::$cfg);
+        print_R(self::$cfg);exit;
         
         return self::$cfg;