From daa2d6b1c40354ecce0e48e6c5ee686efe642c4b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sun, 18 Mar 2018 22:31:10 -0400 Subject: fix all the tests --- Bugzilla/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Template.pm') 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'}, -- cgit v1.2.3-24-g4f1b