From b499e2919755a0045ce41550a6dd8eb304a65a48 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 15 Apr 2019 12:49:32 +0800 Subject: [PATCH] DataObjects/I18n.php --- DataObjects/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index fb7feea8..bd733f94 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -121,7 +121,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject function applyFilters($q, $au) { $this->buildDB(); - DB_DataObject::debugLevel(1); + //DB_DataObject::debugLevel(1); if (!empty($q['query']['_with_en'])) { $this->buildDB(); // ensure we have the full database... -- 2.39.2