import rt 3.8.10
[freeside.git] / rt / lib / RT / URI / fsck_com_rt.pm
index a55bff0..aa0b4e0 100644 (file)
@@ -223,9 +223,6 @@ sub AsString {
     }
 }
 
-eval "require RT::URI::fsck_com_rt_Vendor";
-die $@ if ($@ && $@ !~ qr{^Can't locate RT/URI/fsck_com_rt_Vendor.pm});
-eval "require RT::URI::fsck_com_rt_Local";
-die $@ if ($@ && $@ !~ qr{^Can't locate RT/URI/fsck_com_rt_Local.pm});
+RT::Base->_ImportOverlays();
 
 1;