Skip to content
Snippets Groups Projects
Commit 9034a3a1 authored by Tim Steiner's avatar Tim Steiner
Browse files

[gh-212] Merging from testing into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1344 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 3bf943e5
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,10 @@ function unl_wdn_get_instance() {
if (!$instance) {
set_include_path(dirname(__FILE__) . '/lib/php');
require_once "UNL/Templates.php";
require_once "UNL/Templates/CachingService/Null.php";
// Use NULL caching service so templates are pulled from local tpl_cache
UNL_Templates::setCachingService(new UNL_Templates_CachingService_Null());
UNL_Templates::$options['version'] = UNL_Templates::VERSION3;
// Set a default template
......
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