--- rat/lonratsrv.pm 2005/06/08 15:18:28 1.31 +++ rat/lonratsrv.pm 2005/06/13 20:23:53 1.32 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Server for RAT Maps # -# $Id: lonratsrv.pm,v 1.31 2005/06/08 15:18:28 www Exp $ +# $Id: lonratsrv.pm,v 1.32 2005/06/13 20:23:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -292,9 +292,8 @@ sub savemap { $outstr.="\n"; if ($fn=~/^\/*uploaded\/(\w+)\/(\w+)\/(.*)$/) { $env{'form.output'}=$outstr; - my $home=&Apache::lonnet::homeserver($2,$1); - my $result=&Apache::lonnet::finishuserfileupload($2,$1,$home, - 'output',$3); + my $result=&Apache::lonnet::finishuserfileupload($2,$1, + 'output',$3); if ($result != m|^/uploaded/|) { $errtext.='Map not saved: A network error occured when trying to save the map. '; }