From 30b412b7953352ef1fecd81ba45f6e72ff54164a Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 31 Jan 2017 11:45:21 -0800 Subject: [PATCH] Removed debug warning. --- e107_admin/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/theme.php b/e107_admin/theme.php index 2c1189696..eb21a5a93 100644 --- a/e107_admin/theme.php +++ b/e107_admin/theme.php @@ -643,7 +643,7 @@ TEMPLATE; $mes->addError("Couldn't Save: ".$path); } - $mes->addWarning("Please update your theme.php file with the data below"); + return htmlentities($result);