--- loncom/interface/portfolio.pm 2011/10/17 12:41:30 1.233 +++ loncom/interface/portfolio.pm 2012/04/16 19:31:57 1.234 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.233 2011/10/17 12:41:30 raeburn Exp $ +# $Id: portfolio.pm,v 1.234 2012/04/16 19:31:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2618,8 +2618,11 @@ sub handler { } } elsif ($env{'form.action'} eq 'modify_orightml') { if ($can_upload) { - $r->print(&Apache::loncommon::modify_html_refs('portfolio',$port_path,$uname,$udom,$group,$portfolio_root,$group)); - $r->print(&done('Return to directory',$url)); + my $result = + &Apache::loncommon::modify_html_refs('portfolio',$port_path,$uname,$udom,$group, + $portfolio_root,$group); + $r->print($result. + &done('Return to directory',$url)); } else { &missing_priv($r,$url,'upload'); }