Skip to content
Snippets Groups Projects
Commit 0fb857a2 authored by Brett Bieber's avatar Brett Bieber
Browse files

Use the NULL caching service so the template is pulled from local tpl_cache

parent b0b998c3
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment