--- loncom/lontrans.pm 2006/05/30 12:45:12 1.11 +++ loncom/lontrans.pm 2006/08/17 20:22:11 1.12 @@ -1,7 +1,7 @@ # The LearningOnline Network # URL translation for User Files # -# $Id: lontrans.pm,v 1.11 2006/05/30 12:45:12 www Exp $ +# $Id: lontrans.pm,v 1.12 2006/08/17 20:22:11 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -38,6 +38,8 @@ use LONCAPA; sub handler { my $r = shift; + # FIXME line remove when mod_perl fixes BUG#4948 + $r->notes->set('error-notes' => ''); if ($r->uri=~m|^(/raw)?/uploaded/|) { my $fn = $r->uri(); $fn=~s/^\/raw//;