diff options
Diffstat (limited to 'rt/share/html/Ticket/Attachment/WithHeaders/dhandler')
-rw-r--r-- | rt/share/html/Ticket/Attachment/WithHeaders/dhandler | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/Ticket/Attachment/WithHeaders/dhandler b/rt/share/html/Ticket/Attachment/WithHeaders/dhandler index 7dc46d3b3..11b77010c 100644 --- a/rt/share/html/Ticket/Attachment/WithHeaders/dhandler +++ b/rt/share/html/Ticket/Attachment/WithHeaders/dhandler @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC %# <sales@bestpractical.com> %# %# (Except where explicitly superseded by other copyright notices) @@ -53,7 +53,7 @@ Abort("Corrupted attachment URL"); } - my $AttachmentObj = new RT::Attachment( $session{'CurrentUser'} ); + my $AttachmentObj = RT::Attachment->new( $session{'CurrentUser'} ); $AttachmentObj->Load( $id ); unless ( $AttachmentObj->id ) { Abort("Couldn't load attachment #$id"); |