import rt 3.0.12
[freeside.git] / rt / bin / mason_handler.scgi.in
index 614d4d4..fdbf624 100644 (file)
@@ -31,6 +31,7 @@ my $h = &RT::Interface::Web::NewCGIHandler(@RT::MasonParameters);
 require CGI;
 
 RT::Init();
+RT::DropSetGIDPermissions();
 
 my $cgi = CGI->new;
 if ( ( !$h->interp->comp_exists( $cgi->path_info ) )