[Rt-commit] [rtir] 03/10: remove a temp variable

Jesse Vincent jesse at bestpractical.com
Thu Feb 26 19:25:34 EST 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit be9d1ba9bd1617c0e874886a498d908aae46b8d0
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Thu Feb 26 15:21:34 2015 -0800

    remove a temp variable
---
 html/RTIR/Update.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/html/RTIR/Update.html b/html/RTIR/Update.html
index 072ed4d..ce5b2f7 100644
--- a/html/RTIR/Update.html
+++ b/html/RTIR/Update.html
@@ -149,9 +149,7 @@ $id = $ARGS{'id'} = $Ticket->Id;
 
 $m->callback(CallbackName => 'Initial', %ARGS, Ticket => $Ticket);
 
-my $Type = RT::IR::TicketType( Ticket => $Ticket );
-
-my $title = loc("Update [_1] #[_2] ([_3])", $Type, $id, $Ticket->Subject);
+my $title = loc("Update [_1] #[_2] ([_3])",  RT::IR::TicketType( Ticket => $Ticket ), $id, $Ticket->Subject);
 
 my $CanRespond = 0;
 my $CanComment = 0;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list