From fc0c0671305496c23a94402f9252c58cf6f52919 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 20 Apr 2016 11:42:55 +0800 Subject: [PATCH] DataObjects/I18n.php --- DataObjects/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index 3d18208c..7bb9fe7e 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -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) { -- 2.39.2