[Rt-commit] r7564 -
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident
clkao at bestpractical.com
clkao at bestpractical.com
Thu Apr 19 07:36:04 EDT 2007
Author: clkao
Date: Thu Apr 19 07:36:03 2007
New Revision: 7564
Modified:
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Display.html
Log:
Make the locking code in incident/display actually compile and work.
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Display.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Display.html (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Display.html Thu Apr 19 07:36:03 2007
@@ -324,7 +324,7 @@
}
if ( $ARGS{'Lock'} ) {
-
+ my $Ticket = $TicketObj;
if ( $ARGS{'Lock'} eq 'add' ) {
if ( $Ticket->RT::IR::Ticket::Lock() ) {
push @results, loc('You now have a lock on this ticket');
More information about the Rt-commit
mailing list