[Rt-commit] r14614 - in rt/3.8/trunk: .
falcone at bestpractical.com
falcone at bestpractical.com
Tue Jul 29 15:24:38 EDT 2008
Author: falcone
Date: Tue Jul 29 15:24:29 2008
New Revision: 14614
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/bin/standalone_httpd.in
Log:
r36352 at ketch: falcone | 2008-07-29 15:22:19 -0400
* because standalone emulates RT::Init, it needs to call
the new InitPluginPaths function
Modified: rt/3.8/trunk/bin/standalone_httpd.in
==============================================================================
--- rt/3.8/trunk/bin/standalone_httpd.in (original)
+++ rt/3.8/trunk/bin/standalone_httpd.in Tue Jul 29 15:24:29 2008
@@ -115,6 +115,7 @@
RT->InstallMode(1);
} else {
+ RT->InitPluginPaths();
RT->ConnectToDatabase();
RT->InitSystemObjects();
RT->InitClasses();
More information about the Rt-commit
mailing list