X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FI18n.php;h=1edb61b2a1488d26876ba2dd62e4d106e6e0e777;hp=dd8b7cefe0612e348c4249b7cd8a3679fe5b62c6;hb=77c77114f7a1bf347b5cf550209d27199ab0172e;hpb=f646816abcca8ffd49006198945b67e3e72aefd7 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');