rt 4.0.6
[freeside.git] / rt / share / html / Ticket / Graphs / Elements / ShowGraph
index 967a5e4..2163b81 100644 (file)
@@ -66,6 +66,7 @@ $ARGS{'id'} = $id = $ticket->id;
 require RT::Graph::Tickets;
 my $graph = RT::Graph::Tickets->TicketLinks(
     %ARGS,
+    Graph  => undef,
     Ticket => $ticket,
 );
 </%INIT>