From 0fb857a29094e48fadbe4e70edfeb810ca64a255 Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Tue, 30 Aug 2011 21:36:09 +0000
Subject: [PATCH] Use the NULL caching service so the template is pulled from
 local tpl_cache

---
 www/index.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/index.php b/www/index.php
index 536d909..effa04f 100644
--- a/www/index.php
+++ b/www/index.php
@@ -2,6 +2,8 @@
 
 require_once dirname(__FILE__).'/../config.sample.php';
 
+UNL_Templates::setCachingService(new UNL_Templates_CachingService_Null());
+
 UNL_Templates::$options['version'] = 3;
 
 $template = 'Fixed';
-- 
GitLab