--- loncom/publisher/lonpublisher.pm 2011/10/22 23:09:44 1.271 +++ loncom/publisher/lonpublisher.pm 2011/10/25 14:28:17 1.272 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.271 2011/10/22 23:09:44 www Exp $ +# $Id: lonpublisher.pm,v 1.272 2011/10/25 14:28:17 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2237,7 +2237,7 @@ ENDDIFF } unless ($errorcount) { my ($outstring,$error)= - &publish($docroot.$fn,$thistarget,$thisembstyle); + &publish($docroot.$fn,$docroot.$thistarget,$thisembstyle); $r->print($outstring); } else { $r->print('

'. @@ -2245,7 +2245,7 @@ ENDDIFF '

'); } } else { - &phasetwo($r,$fn,$thistarget,$thisembstyle,$thisdistarget); + &phasetwo($r,$docroot.$fn,$docroot.$thistarget,$thisembstyle,$thisdistarget); } } $r->print(&Apache::loncommon::end_page());