[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-227-g30a71f4
Jesse Vincent
jesse at bestpractical.com
Wed Dec 15 10:40:43 EST 2010
The branch, 3.8-trunk has been updated
via 30a71f4dc7b0784e8a1ace43d2f28f0e2056c0a1 (commit)
from f1c7518b33af21d49220ba042e4a7a171dacdd01 (commit)
Summary of changes:
lib/RT/Record.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 30a71f4dc7b0784e8a1ace43d2f28f0e2056c0a1
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Dec 15 10:40:27 2010 -0500
Small warnings avoidance for tests
diff --git a/lib/RT/Record.pm b/lib/RT/Record.pm
index 82646d8..152498d 100755
--- a/lib/RT/Record.pm
+++ b/lib/RT/Record.pm
@@ -723,7 +723,7 @@ Takes a potentially large attachment. Returns (ContentEncoding, EncodedBody) bas
sub _EncodeLOB {
my $self = shift;
my $Body = shift;
- my $MIMEType = shift;
+ my $MIMEType = shift || '';
my $ContentEncoding = 'none';
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list