[Rt-commit] r8285 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: .

thayes at bestpractical.com thayes at bestpractical.com
Wed Jul 25 13:25:10 EDT 2007


Author: thayes
Date: Wed Jul 25 13:25:10 2007
New Revision: 8285

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Ticket/Display.html

Log:
 r8428 at toth:  toth | 2007-07-25 13:24:57 -0400
 * Minor fix of calling syntax
 


Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Ticket/Display.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Ticket/Display.html	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Ticket/Display.html	Wed Jul 25 13:25:10 2007
@@ -168,7 +168,7 @@
 			}
 
 		} elsif ( $ARGS{'Lock'} eq 'break' ) {
-			$TicketObj->RT::IR::Ticket::BreakLock();
+			$TicketObj->BreakLock();
 			push @Actions, loc('You have broken the lock on this ticket');
 		}
     }


More information about the Rt-commit mailing list