X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fbin%2Fmason_handler.svc;h=c05d21e6905007bf59b7d0f701dc161e0206220b;hb=8fa7d60799d6d49bfe054e07b7b982c33772fb83;hp=e6d83784ca2a4870a5869acb62a5664acf6859b6;hpb=945721f48f74d5cfffef7c7cf3a3d6bc2521f5dd;p=freeside.git diff --git a/rt/bin/mason_handler.svc b/rt/bin/mason_handler.svc index e6d83784c..c05d21e69 100644 --- a/rt/bin/mason_handler.svc +++ b/rt/bin/mason_handler.svc @@ -197,7 +197,7 @@ BEGIN { warn "Begin listening on $ENV{'FCGI_SOCKET_PATH'}\n"; require CGI::Fast; -my $h = &RT::Interface::Web::NewCGIHandler(); +my $h = &RT::Interface::Web::NewCGIHandler(@RT::MasonParameters); RT::Init();