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

jesse at bestpractical.com jesse at bestpractical.com
Fri Sep 16 12:25:43 EDT 2005


Author: jesse
Date: Fri Sep 16 12:25:42 2005
New Revision: 3854

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
Log:
 r15749 at hualien:  jesse | 2005-09-15 11:14:56 -0400
 * It was possible to get into an infinite loop when removing a member from a group


Modified: rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm	Fri Sep 16 12:25:42 2005
@@ -814,7 +814,7 @@
     else {
         $RT::Logger->warning( "$self -> Object called for an object "
                               . "of an unknown type:"
-                              . $self->ObjectType );
+                              . $self->__Value('ObjectType') );
         return (undef);
     }
 }


More information about the Rt-commit mailing list