DataObjects/I18n.php
authoredward <edward@roojs.com>
Wed, 20 Apr 2016 03:42:55 +0000 (11:42 +0800)
committeredward <edward@roojs.com>
Wed, 20 Apr 2016 03:42:55 +0000 (11:42 +0800)
DataObjects/I18n.php

index 3d18208..7bb9fe7 100644 (file)
@@ -317,7 +317,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         $x->ltype = $ltype;
         
         $complete = $x->fetchAll('lkey');
-        
+        print_R($complete);exit;
         $list =  $this->availableCodes($ltype);
         
         foreach($list as $lkey) {