[Rt-commit] r13545 - in rt/3.8/trunk: share/html/Ticket/Graphs/Elements
sartak at bestpractical.com
sartak at bestpractical.com
Mon Jun 23 17:30:51 EDT 2008
Author: sartak
Date: Mon Jun 23 17:30:50 2008
New Revision: 13545
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Ticket/Graphs/Elements/ShowGraph
Log:
r63077 at onn: sartak | 2008-06-23 16:40:41 -0400
ShowGraph needs RT::Util for safe_run_child
Modified: rt/3.8/trunk/share/html/Ticket/Graphs/Elements/ShowGraph
==============================================================================
--- rt/3.8/trunk/share/html/Ticket/Graphs/Elements/ShowGraph (original)
+++ rt/3.8/trunk/share/html/Ticket/Graphs/Elements/ShowGraph Mon Jun 23 17:30:50 2008
@@ -53,6 +53,8 @@
$id => undef
</%ARGS>
<%INIT>
+use RT::Util 'safe_run_child';
+
my $ticket = RT::Ticket->new( $session{'CurrentUser'} );
$ticket->Load( $id );
unless ( $ticket->id ) {
More information about the Rt-commit
mailing list