X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT.pm;h=50723765e498c7ab2a38c7844e372a4ffc2fe93c;hb=ca1cb63cc645a3f402048f589c67d76bedf4d597;hp=a9d4cdaf92a4ce53754640fd2b6a23a205f01cc1;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/rt/lib/RT.pm b/rt/lib/RT.pm index a9d4cdaf9..50723765e 100644 --- a/rt/lib/RT.pm +++ b/rt/lib/RT.pm @@ -57,7 +57,7 @@ use Cwd (); use vars qw($Config $System $SystemUser $Nobody $Handle $Logger $_INSTALL_MODE); -our $VERSION = '3.8.9'; +our $VERSION = '3.8.10'; @@ -713,9 +713,7 @@ L =cut -eval "require RT_Vendor"; -die $@ if ($@ && $@ !~ qr{^Can't locate RT_Vendor.pm}); -eval "require RT_Local"; -die $@ if ($@ && $@ !~ qr{^Can't locate RT_Local.pm}); +require RT::Base; +RT::Base->_ImportOverlays(); 1;