rt 4.0.6
[freeside.git] / rt / share / html / Ticket / Graphs / dhandler
index ba41445..89b1f37 100644 (file)
@@ -65,6 +65,7 @@ unless ( $ticket->id ) {
 require RT::Graph::Tickets;
 my $graph = RT::Graph::Tickets->TicketLinks(
     %ARGS,
+    Graph  => undef,
     Ticket => $ticket,
 );