summaryrefslogtreecommitdiffstats
path: root/editattachstatuses.cgi
diff options
context:
space:
mode:
authorgerv%gerv.net <>2001-11-22 15:12:36 +0100
committergerv%gerv.net <>2001-11-22 15:12:36 +0100
commit07f94a610c1ef871d5c636a6f9f030e084cdc7aa (patch)
treef4f5b8fc5723f64b256438ff3db0e944e3510c55 /editattachstatuses.cgi
parent5d6054f43088f3d9dcacd39f7d10c2cc7abf0f40 (diff)
downloadbugzilla-07f94a610c1ef871d5c636a6f9f030e084cdc7aa.tar.gz
bugzilla-07f94a610c1ef871d5c636a6f9f030e084cdc7aa.tar.xz
Bug 104261 - incorrect template paths. r=myk, ddk.
Diffstat (limited to 'editattachstatuses.cgi')
-rwxr-xr-xeditattachstatuses.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editattachstatuses.cgi b/editattachstatuses.cgi
index 9feb9a765..6596a79c9 100755
--- a/editattachstatuses.cgi
+++ b/editattachstatuses.cgi
@@ -45,7 +45,7 @@ use Template;
my $template = Template->new(
{
# Colon-separated list of directories containing templates.
- INCLUDE_PATH => "template/default" ,
+ INCLUDE_PATH => "template/custom:template/default" ,
# Allow templates to be specified with relative paths.
RELATIVE => 1
}