[Rt-commit] r3945 - rt/branches/3.4-RELEASE/lib/RT/Action
ruz at bestpractical.com
ruz at bestpractical.com
Mon Oct 10 15:47:29 EDT 2005
Author: ruz
Date: Mon Oct 10 15:47:29 2005
New Revision: 3945
Modified:
rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
Log:
backport of the 3.5-TESTING at 3543
Changes:
* fix attachments ordering
Modified: rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm Mon Oct 10 15:47:29 2005
@@ -323,7 +323,7 @@
FIELD => 'TransactionId',
VALUE => $self->TransactionObj->Id
);
- $attachments->OrderBy('id');
+ $attachments->OrderBy( FIELD => 'id');
my $transaction_content_obj = $self->TransactionObj->ContentObj;
More information about the Rt-commit
mailing list