diff --git a/e107_handlers/db_debug_class.php b/e107_handlers/db_debug_class.php index ae6413392..a6f9b19a3 100644 --- a/e107_handlers/db_debug_class.php +++ b/e107_handlers/db_debug_class.php @@ -782,7 +782,7 @@ class e107_db_debug { $message = "
".print_r($message,true).""; } - if (!E107_DBG_BASIC && !E107_DBG_ALLERRORS && !E107_DBG_SQLDETAILS && !E107_DBG_NOTICES) + if (!deftrue('E107_DBG_BASIC') && !deftrue('E107_DBG_ALLERRORS') && !deftrue('E107_DBG_SQLDETAILS') && !deftrue('E107_DBG_NOTICES')) { return false; } diff --git a/e107_themes/landingzero/install/install.xml b/e107_themes/landingzero/install/install.xml index f49d689c4..7cc6b8fc9 100644 --- a/e107_themes/landingzero/install/install.xml +++ b/e107_themes/landingzero/install/install.xml @@ -340,6 +340,17 @@