From 77c77114f7a1bf347b5cf550209d27199ab0172e Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 4 Mar 2015 11:48:21 +0800 Subject: [PATCH] DataObjects/I18n.php --- DataObjects/I18n.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index dd8b7cef..1edb61b2 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -137,8 +137,9 @@ 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]; - print_R($filter);exit; + $this->whereAddIn('lkey', $filter, 'string'); -- 2.39.2