summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-19 03:31:10 +0100
committerGitHub <noreply@github.com>2018-03-19 03:31:10 +0100
commitdaa2d6b1c40354ecce0e48e6c5ee686efe642c4b (patch)
treedc0781d54354999b4416d3b8ec5696112107bc05 /Bugzilla/Template.pm
parent459ebf9cca578dc1d88f13da3a4fd0499cb7f2f8 (diff)
downloadbugzilla-daa2d6b1c40354ecce0e48e6c5ee686efe642c4b.tar.gz
bugzilla-daa2d6b1c40354ecce0e48e6c5ee686efe642c4b.tar.xz
fix all the tests
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index 31c68bbed..2ec813303 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -570,7 +570,7 @@ sub create {
# if a packager has modified bz_locations() to contain absolute
# paths.
ABSOLUTE => 1,
- RELATIVE => 0,
+ RELATIVE => 1,
COMPILE_DIR => bz_locations()->{'template_cache'},