summaryrefslogtreecommitdiff
path: root/rt/sbin/standalone_httpd
diff options
context:
space:
mode:
Diffstat (limited to 'rt/sbin/standalone_httpd')
-rwxr-xr-xrt/sbin/standalone_httpd3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/sbin/standalone_httpd b/rt/sbin/standalone_httpd
index cef0f3102..5bc8d0c8b 100755
--- a/rt/sbin/standalone_httpd
+++ b/rt/sbin/standalone_httpd
@@ -3,7 +3,7 @@
#
# COPYRIGHT:
#
-# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
# <sales@bestpractical.com>
#
# (Except where explicitly superseded by other copyright notices)
@@ -91,6 +91,7 @@ if (grep { m/help/ } @ARGV) {
require RT;
RT->LoadConfig();
+RT->InitPluginPaths();
RT->InitLogging();
require Module::Refresh if RT->Config->Get('DevelMode');