[Rt-commit] rt branch, 4.0.0-releng, updated. rt-4.0.0rc4-1-ge1135a6
Alex Vandiver
alexmv at bestpractical.com
Sat Jan 22 18:21:01 EST 2011
The branch, 4.0.0-releng has been updated
via e1135a623752df6b7664463902be788d20910dbb (commit)
from c463dabc9d045a6c76f58347ca9473f71d9b6d69 (commit)
Summary of changes:
share/html/m/ticket/show | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e1135a623752df6b7664463902be788d20910dbb
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Sat Jan 22 18:20:57 2011 -0500
Fix argument name to ProcessTicketReminders
diff --git a/share/html/m/ticket/show b/share/html/m/ticket/show
index 0a4f1a4..9864c15 100644
--- a/share/html/m/ticket/show
+++ b/share/html/m/ticket/show
@@ -110,7 +110,7 @@ if ($ARGS{'id'} eq 'new') {
push @Actions, ProcessTicketLinks( ARGSRef => \%ARGS, TicketObj => $Ticket );
push @Actions, ProcessTicketDates( ARGSRef => \%ARGS, TicketObj => $Ticket );
push @Actions, ProcessObjectCustomFieldUpdates(ARGSRef => \%ARGS, TicketObj => $Ticket );
- push @Actions, ProcessTicketReminders( ARGSRef => \%ARGS, TicketObj => $TicketObj );
+ push @Actions, ProcessTicketReminders( ARGSRef => \%ARGS, TicketObj => $Ticket );
# XXX: we shouldn't block actions here if user has no right to see the ticket,
# but we should allow him to see actions he has done
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list