X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FAction%2FLinearEscalate.pm;h=3e54320cb70883474cf49d9580387121b46300ba;hp=04affde6edfea31f5e47b90f67d337b0dd2ecfc4;hb=75162bb14b3e38d66617077843f4dfdcaf09d5c4;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941 diff --git a/rt/lib/RT/Action/LinearEscalate.pm b/rt/lib/RT/Action/LinearEscalate.pm index 04affde6e..3e54320cb 100755 --- a/rt/lib/RT/Action/LinearEscalate.pm +++ b/rt/lib/RT/Action/LinearEscalate.pm @@ -263,10 +263,7 @@ sub Commit { return 1; } -eval "require RT::Action::LinearEscalate_Vendor"; -die $@ if ( $@ && $@ !~ qr{^Can't locate RT/Action/LinearEscalate_Vendor.pm} ); -eval "require RT::Action::LinearEscalate_Local"; -die $@ if ( $@ && $@ !~ qr{^Can't locate RT/Action/LinearEscalate_Local.pm} ); +RT::Base->_ImportOverlays(); 1;