From 3a6726a37d929c35bce0696b74d5b1ad29961d73 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 4 Mar 2015 11:48:51 +0800 Subject: [PATCH] DataObjects/I18n.php --- DataObjects/I18n.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index 1edb61b2..d59015fa 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -137,9 +137,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject if (!empty($q['_filtered']) && !empty($this->ltype)) { $cfg = $this->cfg(); - print_r($cfg);exit; $filter = $cfg[$this->ltype]; - $this->whereAddIn('lkey', $filter, 'string'); -- 2.39.2