[Rt-commit] [svn] r1928 - in rt/branches/3.3-TESTING: .
lib/RT/Interface
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Mon Nov 22 14:43:35 EST 2004
Author: jesse
Date: Mon Nov 22 14:43:35 2004
New Revision: 1928
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
Log:
r9330 at tinbook: jesse | 2004-11-22T19:44:45.488990Z
r9272 at tinbook: jesse | 2004-11-16T16:29:54.673250Z
RT-Ticket: 6239
RT-Status: resolved
RT-Update: correspond
Applied patch from Rudolph Pereira to allow email plugins to change ticket ID
Modified: rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm (original)
+++ rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm Mon Nov 22 14:43:35 2004
@@ -726,7 +726,7 @@
my $Ticket = RT::Ticket->new($CurrentUser);
# {{{ If we don't have a ticket Id, we're creating a new ticket
- if ( !$args{'ticket'} ) {
+ if ( !$SystemTicket || !$SystemTicket->Id) {
# {{{ Create a new ticket
More information about the Rt-commit
mailing list