DataObjects/I18n.php
authorAlan Knowles <alan@roojs.com>
Tue, 21 Jan 2014 05:28:00 +0000 (13:28 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 Jan 2014 05:28:00 +0000 (13:28 +0800)
DataObjects/I18n.php

index 0113ec7..073441c 100644 (file)
@@ -117,7 +117,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         if (!empty($q['_filtered']) && !empty($this->ltype)) {
             $cfg = $this->cfg();
             $filter = $cfg[$this->ltype];
-            print_R($filter);exit;
+            $this->whereAddIn('lkey', $filter, 'string'); 
             
             
         }