DataObjects/I18n.php
authorChris <chris@roojs.com>
Thu, 3 Jan 2013 09:15:00 +0000 (17:15 +0800)
committerChris <chris@roojs.com>
Thu, 3 Jan 2013 09:15:00 +0000 (17:15 +0800)
DataObjects/I18n.php

index 866cd63..d110bbb 100644 (file)
@@ -161,7 +161,8 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
     {
         $ret = array();
         $cfg = $this->cfg();
-        print_r($cfg['l']);
+        print_r('<PRE>');
+        print_r($cfg);
         switch ($t) {
             case 'c':
                 require_once 'I18Nv2/Country.php';