summaryrefslogtreecommitdiff
path: root/rt/sbin/standalone_httpd.in
diff options
context:
space:
mode:
Diffstat (limited to 'rt/sbin/standalone_httpd.in')
-rw-r--r--rt/sbin/standalone_httpd.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/sbin/standalone_httpd.in b/rt/sbin/standalone_httpd.in
index f84f6c103..632ba0ba6 100644
--- a/rt/sbin/standalone_httpd.in
+++ b/rt/sbin/standalone_httpd.in
@@ -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');