[Rt-commit] r2271 - in rt/branches/3.4-RELEASE: . lib/RT

jesse at bestpractical.com jesse at bestpractical.com
Tue Mar 1 15:24:45 EST 2005


Author: jesse
Date: Tue Mar  1 15:24:42 2005
New Revision: 2271

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
Log:
 r6108 at hualien:  jesse | 2005-03-01 15:20:28 -0500
 * 'LimitLinkedFrom' in RT::Tickets didn't work due to a typo. Fixed.


Modified: rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm	Tue Mar  1 15:24:42 2005
@@ -1947,7 +1947,7 @@
     my $ticket_id = shift;
     $self->LimitLinkedFrom(
         BASE => "$ticket_id",
-        TYPE => 'ReferredTo',
+        TYPE => 'ReferredToBy',
     );
 
 }


More information about the Rt-commit mailing list