summaryrefslogtreecommitdiff
path: root/rt/html/Ticket/Elements/ShowSummary
diff options
context:
space:
mode:
Diffstat (limited to 'rt/html/Ticket/Elements/ShowSummary')
-rw-r--r--rt/html/Ticket/Elements/ShowSummary3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/html/Ticket/Elements/ShowSummary b/rt/html/Ticket/Elements/ShowSummary
index 6ae875832..5bcc94b41 100644
--- a/rt/html/Ticket/Elements/ShowSummary
+++ b/rt/html/Ticket/Elements/ShowSummary
@@ -65,7 +65,7 @@
<& /Ticket/Elements/ShowLinks, Ticket => $Ticket &>
<& /Elements/TitleBoxEnd &>
<BR>
- <& /Ticket/Elements/ShowAttachments, Ticket => $Ticket &>
+ <& /Ticket/Elements/ShowAttachments, Ticket => $Ticket, Attachments => $Attachments &>
<& /Ticket/Elements/ShowRequestor, Ticket => $Ticket &>
@@ -75,6 +75,7 @@
</TABLE>
<%ARGS>
$Ticket => undef
+$Attachments => undef
</%ARGS>