--- loncom/interface/londocs.pm 2016/04/02 04:30:20 1.601 +++ loncom/interface/londocs.pm 2016/05/08 18:39:27 1.602 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.601 2016/04/02 04:30:20 raeburn Exp $ +# $Id: londocs.pm,v 1.602 2016/05/08 18:39:27 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3020,7 +3020,7 @@ sub editor { $r->print($upload_output); # Rename, cut, copy or remove a single resource - if (&handle_edit_cmd()) { + if (&handle_edit_cmd($coursenum,$coursedom)) { my $contentchg; if ($env{'form.cmd'} =~ m{^(remove|cut)_}) { $contentchg = 1;