X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fsbin%2Fstandalone_httpd.in;h=632ba0ba64261222e4b2d7a238016db06060624e;hb=679854b8bbc65d112071111bbd7f34a6a481fb30;hp=f84f6c1030ad139b545a98338cd64bf3a5bf9b7d;hpb=9b328d940af56b9924a342192ebb0790478fa705;p=freeside.git 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 # # # (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');