X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fbin%2Fstandalone_httpd;h=7b447050bd5fb20267eedb8345476e7ccf3af456;hb=6662dd7c5260d74d92df0437d1eeebcb2baa6fe4;hp=241af8114a4d5dda525d40336591bcd6d0800ccb;hpb=63a268637b2d51a8766412617724b9436439deb6;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();