From b5578a64e02b10d056884cb6b8cc43eefa3a2fd7 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 19 Mar 2017 13:49:01 -0700 Subject: [PATCH] Notice removal. SVG media-category fix. --- e107_handlers/db_debug_class.php | 2 +- e107_themes/landingzero/install/install.xml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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 @@ {e_THEME}landingzero/install/beach.jpg 0 + + 14 + _icon + _icon_svg + Icons SVG + + Available where icons are used in admin. + 253 + + 0 +