Fixed up display.cgi and a small change to MAPS.pm
[clearscm.git] / maps / bin / display.cgi
index 14c2553..533ecae 100755 (executable)
@@ -79,7 +79,10 @@ sub Body($) {
 
   my $parser = MIME::Parser->new();
 
+  # For some strange reason MIME::Parser has started having some problems
+  # with writing out tmp files...
   $parser->output_to_core(1);
+  $parser->tmp_to_core(1);
 
   my $entity = $parser->parse_data ($message);