--- loncom/lonnet/perl/lonrep.pm 2005/03/02 22:26:36 1.7 +++ loncom/lonnet/perl/lonrep.pm 2005/03/16 21:35:17 1.8 @@ -1,7 +1,7 @@ # The LearningOnline Network # Replication Manager # -# $Id: lonrep.pm,v 1.7 2005/03/02 22:26:36 raeburn Exp $ +# $Id: lonrep.pm,v 1.8 2005/03/16 21:35:17 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -60,7 +60,7 @@ sub handler { } } else { my $response=Apache::lonnet::repcopy($filename); - if ($response eq 'OK') { + if ($response eq 'ok') { $r->filename($filename); return OK; }