summaryrefslogtreecommitdiff
path: root/rt/lib/RT/Action/RecordComment.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rt/lib/RT/Action/RecordComment.pm')
-rw-r--r--rt/lib/RT/Action/RecordComment.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/rt/lib/RT/Action/RecordComment.pm b/rt/lib/RT/Action/RecordComment.pm
index ccec8fab3..5d3664d16 100644
--- a/rt/lib/RT/Action/RecordComment.pm
+++ b/rt/lib/RT/Action/RecordComment.pm
@@ -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;