[Rt-commit] [rtir] 02/02: MakeClicky takes an object, not a ticket, on 4.2
Kevin Falcone
falcone at bestpractical.com
Thu Oct 2 16:57:21 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 3.2-trunk
in repository rtir.
commit 018d5ae440f36646cbb95b7a419bc7510949ae06
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Oct 2 16:56:57 2014 -0400
MakeClicky takes an object, not a ticket, on 4.2
---
html/RTIR/Tools/Traceroute.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/RTIR/Tools/Traceroute.html b/html/RTIR/Tools/Traceroute.html
index b7d95f1..eec2d7c 100644
--- a/html/RTIR/Tools/Traceroute.html
+++ b/html/RTIR/Tools/Traceroute.html
@@ -57,7 +57,7 @@
<pre>
<%PERL>
while (my $content = <$tr>) {
- $m->comp('/Elements/MakeClicky', content => \$content, ($TicketObj? (ticket => $TicketObj):()) );
+ $m->comp('/Elements/MakeClicky', content => \$content, ($TicketObj? (object => $TicketObj):()) );
$m->out( $content );
$m->out('<br />');
$m->flush_buffer;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list