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

index 479b286..c6ea5fe 100644 (file)
@@ -290,7 +290,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         if (empty($k)) {
             return '??';
         }
-        print_r($lang);
+        print_r($type);
         print_r($k);
         $lbits = explode('_', strtoupper($lang));
         $lang = $lbits[0];