--- loncom/interface/portfolio.pm 2013/04/12 17:21:09 1.241 +++ loncom/interface/portfolio.pm 2013/04/24 02:23:51 1.242 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.241 2013/04/12 17:21:09 bisitz Exp $ +# $Id: portfolio.pm,v 1.242 2013/04/24 02:23:51 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2750,8 +2750,8 @@ sub handler { } elsif ($env{'form.action'} eq 'modify_orightml') { if ($can_upload) { my $result = - &Apache::loncommon::modify_html_refs('portfolio',$port_path,$uname,$udom,$group, - $portfolio_root,$group); + &Apache::loncommon::modify_html_refs('portfolio',$port_path,$uname, + $udom,$portfolio_root); $r->print($result. &done('Return to directory',$url)); } else {