From e70abd21bab68b23488f7ef1ee2e693a3b365691 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 18 May 2010 18:49:59 +0000 Subject: import rt 3.8.8 --- rt/bin/standalone_httpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/bin/standalone_httpd') 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(); -- cgit v1.2.1