[Rt-commit] r12728 - in rt/branches/3.8-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Thu May 29 10:12:52 EDT 2008


Author: jesse
Date: Thu May 29 10:12:47 2008
New Revision: 12728

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/lib/RT/Action/CreateTickets.pm

Log:
 r32005 at 124:  jesse | 2008-05-29 10:11:02 -0400
 * Silence a warning on an undefined attribute


Modified: rt/branches/3.8-TESTING/lib/RT/Action/CreateTickets.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Action/CreateTickets.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/Action/CreateTickets.pm	Thu May 29 10:12:47 2008
@@ -994,7 +994,7 @@
         my $mode   = $LINKTYPEMAP{$type}->{Mode};
         my $method = $LINKTYPEMAP{$type}->{Type};
 
-        my $links;
+        my $links = '';
         while ( my $link = $t->$method->Next ) {
             $links .= ", " if $links;
 


More information about the Rt-commit mailing list