X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htetc%2Fhandler.pl;fp=htetc%2Fhandler.pl;h=4bb214c9805611fb897dc36d1f2853b0203b7ee6;hp=416ea69c471c87a26e300c7bfb96feb9de8335a6;hb=63cc43a59cf31b1d2f48c9bbdd0d87afd7bccb4d;hpb=2556ee7497c7684b75eca0061457d21b9b315dc1 diff --git a/htetc/handler.pl b/htetc/handler.pl index 416ea69c4..4bb214c98 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -10,6 +10,12 @@ use FS::Conf; $FS::Conf::conf_cache_enabled = 1; # enable FS::Conf caching for performance +# Preload to share in mod_perl parent for performance +use FS::UID qw(load_schema); +load_schema(); +use FS::Record qw(fk_methods_init); +fk_methods_init; + if ( %%%RT_ENABLED%%% ) { require RT;