[Rt-commit] r3928 - in rt/branches/3.5-TESTING: . lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Wed Oct 5 15:24:29 EDT 2005
Author: jesse
Date: Wed Oct 5 15:24:28 2005
New Revision: 3928
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/lib/RT/ACE_Overlay.pm
Log:
r17086 at hualien: jesse | 2005-10-05 11:09:03 -0400
r17069 at hualien: jesse | 2005-10-05 10:39:25 -0400
r17055 at hualien: jesse | 2005-10-05 10:07:58 -0400
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.5-TESTING/lib/RT/ACE_Overlay.pm
==============================================================================
--- rt/branches/3.5-TESTING/lib/RT/ACE_Overlay.pm (original)
+++ rt/branches/3.5-TESTING/lib/RT/ACE_Overlay.pm Wed Oct 5 15:24:28 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