DataObjects/I18n.php
authorAlan Knowles <alan@roojs.com>
Mon, 16 Feb 2015 02:45:59 +0000 (10:45 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 16 Feb 2015 02:45:59 +0000 (10:45 +0800)
DataObjects/I18n.php

index bbdf74b..6e72f41 100644 (file)
@@ -199,7 +199,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
     {
         $ret = array();
         $cfg = $this->cfg();
-
+        echo '<PRE>';print_r($cfg);
         switch ($t) {
             case 'c':
                 require_once 'I18Nv2/Country.php';