]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 140633: Template Toolkit bug causes directory "datatemplate" to be create...
authorjustdave%syndicomm.com <>
Mon, 29 Apr 2002 01:43:14 +0000 (01:43 +0000)
committerjustdave%syndicomm.com <>
Mon, 29 Apr 2002 01:43:14 +0000 (01:43 +0000)
of creating "template" within the "data" directory.  Adding a trailing slash to the compile directory name to work around it.
2xr= bbaetz

globals.pl

index 2fd047dd47432496455bbbc69dc10666210c7cd5..2dd4dbc988c753bdc3d9998bf1468cc9a144e9f1 100644 (file)
@@ -1544,7 +1544,7 @@ $::template ||= Template->new(
     PRE_CHOMP => 1 ,
     TRIM => 1 , 
 
-    COMPILE_DIR => 'data',
+    COMPILE_DIR => 'data/',
 
     # Functions for processing text within templates in various ways.
     FILTERS =>