[Rt-commit] r8361 - in rtir/branches/2.3-EXPERIMENTAL: .

thayes at bestpractical.com thayes at bestpractical.com
Wed Aug 1 14:09:57 EDT 2007


Author: thayes
Date: Wed Aug  1 14:09:57 2007
New Revision: 8361

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html

Log:
 r8533 at toth:  toth | 2007-08-01 14:09:47 -0400
 * Minor variable name correction
 


Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Reply.html	Wed Aug  1 14:09:57 2007
@@ -209,9 +209,9 @@
     }
 
 	my $Duration;
-	if(my $lock = $Ticket->Locked()) {
+	if(my $lock = $IncidentObj->Locked()) {
 		$Duration = time() - $lock->Content->{'Timestamp'};
-		$Ticket->Unlock();
+		$IncidentObj->Unlock();
 	}
 
     return $m->comp("Display.html", results => \@results, id => $id, Duration => $Duration);


More information about the Rt-commit mailing list