summaryrefslogtreecommitdiffstats
path: root/attachment.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-xattachment.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/attachment.cgi b/attachment.cgi
index d908a5ebd..e5c3f52fe 100755
--- a/attachment.cgi
+++ b/attachment.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
}