From eda0f3ae629a0b4fb383f2b8cff78dd8ddafbdb9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20H=C3=A4ggqvist?= Date: Fri, 13 Mar 2009 18:21:13 +0100 Subject: [PATCH] Turn off smarty debugging. --- private/templater.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/templater.class.php b/private/templater.class.php index 95140c9..a17ce47 100644 --- a/private/templater.class.php +++ b/private/templater.class.php @@ -32,7 +32,7 @@ class templater { $s->compile_dir = sprintf("%s/compiled", $s->template_dir); $s->cache_dir = sprintf("%s/cache", $s->template_dir); $s->caching = false; - $s->debugging = true; + $s->debugging = false; $s->security = true; $s->security_settings['IF_FUNCS'] = array('array_key_exists', 'isset', 'is_array', 'count'); $s->secure_dir = array( -- 2.11.4.GIT