import rt 3.8.10
[freeside.git] / rt / lib / RT / Action / RecordComment.pm
index ccec8fa..5d3664d 100644 (file)
@@ -111,9 +111,6 @@ sub CreateTransaction {
 }
     
 
 }
     
 
-eval "require RT::Action::RecordComment_Vendor";
-die $@ if ($@ && $@ !~ qr{^Can't locate RT/Action/RecordComment_Vendor.pm});
-eval "require RT::Action::RecordComment_Local";
-die $@ if ($@ && $@ !~ qr{^Can't locate RT/Action/RecordComment_Local.pm});
+RT::Base->_ImportOverlays();
 
 1;
 
 1;