From 69285c8dcf0248f9b5da8f3d0e7c274e5244d896 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 25 Feb 2014 16:59:07 +0800 Subject: [PATCH] DataObjects/I18n.php --- DataObjects/I18n.php | 1 - 1 file changed, 1 deletion(-) diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index 1786e797..073441cc 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -116,7 +116,6 @@ 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'); -- 2.39.2