From 9bbd019b2a775ad90ba4100963e99bc721209497 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 20 Apr 2016 11:40:56 +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 d33a6fd4..cd270c8b 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -319,7 +319,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject $complete = $x->fetchAll('lkey'); $list = $this->availableCodes($ltype); - + print_R($inlang);exit; foreach($list as $lkey) { // skip ones we know we have done... if (in_array($lkey, $complete)) { -- 2.39.2