X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FAction%2FNotifyGroup.pm;h=847d60bd03a37366647ecf7d9fca435e753d0821;hb=31f3763747b82764bb019cfab5b2a2945fc9a99d;hp=b943e2def0a6cbe8e7bbdf674901ed874d1cc11b;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/lib/RT/Action/NotifyGroup.pm b/rt/lib/RT/Action/NotifyGroup.pm index b943e2def..847d60bd0 100644 --- a/rt/lib/RT/Action/NotifyGroup.pm +++ b/rt/lib/RT/Action/NotifyGroup.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) @@ -201,14 +201,6 @@ L, F =cut -eval "require RT::Action::NotifyGroup_Vendor"; -if ($@ && $@ !~ qr{^Can't locate RT/Action/NotifyGroup_Vendor.pm}) { - die $@; -}; - -eval "require RT::Action::NotifyGroup_Local"; -if ($@ && $@ !~ qr{^Can't locate RT/Action/NotifyGroup_Local.pm}) { - die $@; -}; +RT::Base->_ImportOverlays(); 1;