From bfad28e3a3f2eb5d5fa412768ce8f6d4ac8419ec Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 14 Apr 2017 12:01:38 -0400 Subject: [PATCH] Added clarification to the smarty template debug setting --- defines.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defines.php b/defines.php index 755902b1..00a4a817 100644 --- a/defines.php +++ b/defines.php @@ -15,8 +15,8 @@ define('GLM_MEMBERS_PLUGIN_SLUG', 'glm-member-db'); define('GLM_MEMBERS_PLUGIN_UNDERSCORED_NAME', 'glm_member_db'); -// Enable to display smarty template debug. -define('GLM_MEMBERS_PLUGIN_DEBUG_SMARTY', false); +// Enable to display smarty template debug. Leave blank to disable or enter "TRUE" +define('GLM_MEMBERS_PLUGIN_DEBUG_SMARTY', ''); // Determine which system we're running on - If not provided, assume PRODUCTION $host = getenv('GLM_HOST_ID'); -- 2.17.1