import rt 3.8.10
[freeside.git] / rt / lib / RT / SharedSetting.pm
index 74fe9d5..6d1dbfe 100644 (file)
@@ -450,9 +450,6 @@ sub _build_privacy {
          : undef;
 }
 
-eval "require RT::SharedSetting_Vendor";
-die $@ if ($@ && $@ !~ qr{^Can't locate RT/SharedSetting_Vendor.pm});
-eval "require RT::SharedSetting_Local";
-die $@ if ($@ && $@ !~ qr{^Can't locate RT/SharedSetting_Local.pm});
+RT::Base->_ImportOverlays();
 
 1;