From aa94459829fa6825e178396af9aa8bf6e3d7f40d Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 23 Jun 2014 11:37:23 +1200 Subject: [PATCH] CRM-14850 update tpl file to reflect change in field name for enable setting --- templates/CRM/Admin/Form/Setting/Debugging.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Admin/Form/Setting/Debugging.tpl b/templates/CRM/Admin/Form/Setting/Debugging.tpl index 8d02148f5a..febf3e4eee 100644 --- a/templates/CRM/Admin/Form/Setting/Debugging.tpl +++ b/templates/CRM/Admin/Form/Setting/Debugging.tpl @@ -30,8 +30,8 @@
{include file="CRM/common/formButtons.tpl" location="top"}
- - + {if $form.userFrameworkLogging} -- 2.25.1
{$form.debug.label}{$form.debug.html}
+
{$form.debug_enabled.label}{$form.debug_enabled.html}
{ts}Set this value to Yes if you want to use one of CiviCRM's debugging tools. This feature should NOT be enabled for production sites{/ts} {help id='debug'}