X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT.pm;h=50723765e498c7ab2a38c7844e372a4ffc2fe93c;hb=b1c1559dec0570bc401ccd0e29e66a9bf6f151e1;hp=a9d4cdaf92a4ce53754640fd2b6a23a205f01cc1;hpb=96d552cc782670bfd48b7e6a81ffe3515dffd3e6;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;