[Rt-commit] r18197 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Feb 4 13:36:20 EST 2009
Author: sunnavy
Date: Wed Feb 4 13:36:20 2009
New Revision: 18197
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/lib/RT/Model/Attachment.pm
Log:
r19547 at sunnavys-mb: sunnavy | 2009-02-05 01:14:40 +0800
tiny case fix
Modified: rt/3.999/branches/merge_to_3.8.2/lib/RT/Model/Attachment.pm
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/lib/RT/Model/Attachment.pm (original)
+++ rt/3.999/branches/merge_to_3.8.2/lib/RT/Model/Attachment.pm Wed Feb 4 13:36:20 2009
@@ -141,7 +141,7 @@
$Attachment->make_singlepart;
# Get the subject
- my $subject = $Attachment->head->get( 'subject', 0 );
+ my $subject = $Attachment->head->get( 'Subject', 0 );
defined($subject) or $subject = '';
chomp($subject);
More information about the Rt-commit
mailing list