X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fsbin%2Fstandalone_httpd;h=5bc8d0c8b11c8866fab2926acdc3bd939dda7b15;hp=cef0f3102c558d14b34956408175b01e4f1ec14c;hb=c7bc6770f2f0b4413b788f8fc9abde6ad5548da3;hpb=aa38c070977cf63365a4d26a3e4a7e5049ad70d0 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 # # # (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');