X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FShredder%2FUser.pm;h=cf001a8cb1bc01b078ca08a11a404029f9d441b9;hb=919e930aa9279b3c5cd12b593889cd6de79d67bf;hp=eccdea532bb6ef6fd9edb7e1d088ae21391bae47;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/lib/RT/Shredder/User.pm b/rt/lib/RT/Shredder/User.pm index eccdea532..cf001a8cb 100644 --- a/rt/lib/RT/Shredder/User.pm +++ b/rt/lib/RT/Shredder/User.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -159,7 +159,7 @@ sub __Relates $rec->{'Description'} = "Have no related ACL equivalence Group object"; } - $obj = RT::Group->new( $RT::SystemUser ); + $obj = RT::Group->new( RT->SystemUser ); $obj->LoadACLEquivalenceGroup( $self->PrincipalObj ); if( $obj && defined $obj->id ) { push( @$list, $obj );