Fix for bug 140633: Template Toolkit bug causes directory "datatemplate" to be…

Fix for bug 140633: Template Toolkit bug causes directory "datatemplate" to be created in the Bugzilla root directory instead of creating "template" within the "data" directory. Adding a trailing slash to the compile directory name to work around it. 2xr= bbaetz
parent 2fbdc1d8
...@@ -1544,7 +1544,7 @@ $::template ||= Template->new( ...@@ -1544,7 +1544,7 @@ $::template ||= Template->new(
PRE_CHOMP => 1 , PRE_CHOMP => 1 ,
TRIM => 1 , TRIM => 1 ,
COMPILE_DIR => 'data', COMPILE_DIR => 'data/',
# Functions for processing text within templates in various ways. # Functions for processing text within templates in various ways.
FILTERS => FILTERS =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment