From: Edward Date: Wed, 4 Mar 2015 03:48:51 +0000 (+0800) Subject: DataObjects/I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3a6726a37d929c35bce0696b74d5b1ad29961d73 DataObjects/I18n.php --- 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');