[Rt-commit] r7912 - in rt/branches/3.7-EXPERIMENTAL: .
jesse at bestpractical.com
jesse at bestpractical.com
Wed May 23 16:53:50 EDT 2007
Author: jesse
Date: Wed May 23 16:53:43 2007
New Revision: 7912
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Users_Overlay.pm
Log:
r57052 at pinglin: jesse | 2007-05-23 16:51:54 -0400
* Use the API for finding ACLEquivalenceObjects on search
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Users_Overlay.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Users_Overlay.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Users_Overlay.pm Wed May 23 16:53:43 2007
@@ -336,7 +336,7 @@
# XXX: This should be abstracted into object itself
if( $args{'Object'}->id ) {
- push @objects, $args{'Object'}->QueueObj;
+ push @objects, $args{'Object'}->ACLEquivalenceObjects;
} else {
push @objects, 'RT::Queue';
}
More information about the Rt-commit
mailing list