X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FMyRT;fp=rt%2Fshare%2Fhtml%2FElements%2FMyRT;h=2447fed049ab3997b07625d7557dbe577faf8d0d;hb=43a06151e47d2c59b833cbd8c26d97865ee850b6;hp=e8cc4bba2265975cd49df28750883ffdf31e93f2;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/share/html/Elements/MyRT b/rt/share/html/Elements/MyRT index e8cc4bba2..2447fed04 100644 --- a/rt/share/html/Elements/MyRT +++ b/rt/share/html/Elements/MyRT @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -75,6 +75,8 @@ unless ( $Portlets ) { ); } +$m->callback( CallbackName => 'MassagePortlets', Portlets => $Portlets ); + my ($body, $summary) = @{$Portlets}{qw(body summary)}; unless( $body && @$body ) { $body = $summary || [];