[Rt-commit] r2223 - in rt/branches/3.4-RELEASE: .
html/REST/1.0/Forms/ticket
jesse at bestpractical.com
jesse at bestpractical.com
Thu Feb 10 22:04:56 EST 2005
Author: jesse
Date: Thu Feb 10 22:04:55 2005
New Revision: 2223
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/attachments
Log:
r4683 at hualien: jesse | 2005-02-11T03:00:33.383809Z
Use the "OriginalContent" rather than our encoded one. this might make cli attachment downloads work better
Modified: rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/attachments
==============================================================================
--- rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/attachments (original)
+++ rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/attachments Thu Feb 10 22:04:55 2005
@@ -80,7 +80,7 @@
return [ "# Invalid attachment id: $aid", [], {}, 1 ];
}
if ($content) {
- $c = $attachment->Content;
+ $c = $attachment->OriginalContent;
} else {
my @data;
push @data, [ id => $attachment->Id ];
More information about the Rt-commit
mailing list