DataObjects/I18n.php
authorEdward <edward@roojs.com>
Wed, 4 Mar 2015 03:48:21 +0000 (11:48 +0800)
committerEdward <edward@roojs.com>
Wed, 4 Mar 2015 03:48:21 +0000 (11:48 +0800)
DataObjects/I18n.php

index dd8b7ce..1edb61b 100644 (file)
@@ -137,8 +137,9 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         
         if (!empty($q['_filtered']) && !empty($this->ltype)) {
             $cfg = $this->cfg();
         
         if (!empty($q['_filtered']) && !empty($this->ltype)) {
             $cfg = $this->cfg();
+            print_r($cfg);exit;
             $filter = $cfg[$this->ltype];
             $filter = $cfg[$this->ltype];
-            print_R($filter);exit;
+            
             $this->whereAddIn('lkey', $filter, 'string'); 
             
             
             $this->whereAddIn('lkey', $filter, 'string');