~bestpractical/rt/master

« back to all changes in this revision

Viewing changes to lib/RT/GroupMember.pm

  • Committer: sunnavy
  • Date: 2023-10-19 19:45:11 UTC
  • mfrom: (8471.1.577)
  • Revision ID: git-v1:9fca83d11d15fb8034308194b9c9052d5df7d454
Merge branch '5.0-trunk'

Show diffs side-by-side

added added

removed removed

Lines of Context:
603
603
    return 1;
604
604
}
605
605
 
606
 
sub PostInflate {
607
 
    my $self = shift;
608
 
 
609
 
    $self->_InsertCGM;
610
 
}
611
 
 
612
606
RT::Base->_ImportOverlays();
613
607
 
614
608
1;