X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fbin%2Fstandalone_httpd;h=7b447050bd5fb20267eedb8345476e7ccf3af456;hb=6aa5ef852018ddd7136beb8c750d4d895b1f7584;hp=241af8114a4d5dda525d40336591bcd6d0800ccb;hpb=b4b0c7e72d7eaee2fbfc7022022c9698323203dd;p=freeside.git diff --git a/rt/bin/standalone_httpd b/rt/bin/standalone_httpd index 241af8114..7b447050b 100755 --- a/rt/bin/standalone_httpd +++ b/rt/bin/standalone_httpd @@ -120,7 +120,7 @@ EOF } else { RT->ConnectToDatabase(); RT->InitSystemObjects(); - RT->InitClasses(); + RT->InitClasses( Heavy => 1 ); RT->InitPlugins(); RT->Config->PostLoadCheck();