--- loncom/publisher/loncfile.pm 2004/08/24 15:53:21 1.61 +++ loncom/publisher/loncfile.pm 2004/08/24 21:21:41 1.62 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.61 2004/08/24 15:53:21 albertel Exp $ +# $Id: loncfile.pm,v 1.62 2004/08/24 21:21:41 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1123,7 +1123,8 @@ sub phasetwo { return ; } $dest = $dir."/."; - } elsif ($ENV{'form.action'} eq 'rename') { # Rename. + } elsif ($ENV{'form.action'} eq 'rename' || + $ENV{'form.action'} eq 'move') { if($ENV{'form.newfilename'}) { if (!defined($dir)) { $fn=~m:^(.*)/:;