зеркало из https://github.com/mozilla/gecko-dev.git
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
This commit is contained in:
Родитель
b41bc47f81
Коммит
bd1feca8e2
|
@ -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 =>
|
||||
|
|
Загрузка…
Ссылка в новой задаче