[Rt-commit] [svn] r1909 - in rt/branches/3.2-RELEASE: . lib/RT/Interface

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Tue Nov 16 11:28:36 EST 2004


Author: jesse
Date: Tue Nov 16 11:28:35 2004
New Revision: 1909

Modified:
   rt/branches/3.2-RELEASE/   (props changed)
   rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm
Log:
 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.2-RELEASE/lib/RT/Interface/Email.pm
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm	Tue Nov 16 11:28:35 2004
@@ -662,7 +662,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