[Rt-commit] rt branch, 3.999-trunk, updated. bec7e2a4291f59913886490b957fbbb843565018
? sunnavy
sunnavy at bestpractical.com
Mon Apr 5 03:37:31 EDT 2010
The branch, 3.999-trunk has been updated
via bec7e2a4291f59913886490b957fbbb843565018 (commit)
from a0e0d6694a9649a09c7cc5997022b33c31d00f29 (commit)
Summary of changes:
lib/RT/Interface/Web.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit bec7e2a4291f59913886490b957fbbb843565018
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Apr 5 15:37:24 2010 +0800
tiny tweak
diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index 10fa0b9..3fb0226 100755
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -1308,7 +1308,7 @@ sub get_jifty_messages {
sub _detailed_messages {
my $result = shift;
my $msg = $result->content('detailed_messages')
- or return $result->message;
+ or return $result->message || ();
return map { ref $msg->{$_} eq 'ARRAY' ? (@{$msg->{$_}}) : $msg->{$_} } sort keys %$msg;
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list