--- loncom/xml/lonxml.pm 2011/11/11 02:55:37 1.522 +++ loncom/xml/lonxml.pm 2011/11/14 00:20:42 1.523 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.522 2011/11/11 02:55:37 raeburn Exp $ +# $Id: lonxml.pm,v 1.523 2011/11/14 00:20:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1754,7 +1754,7 @@ ENDNOTFOUND } my $brcrum; if ($env{'request.state'} eq 'construct') { - $brcrum = [{'href' => &Apache::loncommon::authorspace(), + $brcrum = [{'href' => &Apache::loncommon::authorspace($request->uri), 'text' => 'Construction Space'}, {'href' => '', 'text' => $breadcrumbtext}]; @@ -1791,7 +1791,7 @@ ENDNOTFOUND my $header; if ($env{'request.state'} eq 'construct') { $options{'bread_crumbs'} = [{ - 'href' => &Apache::loncommon::authorspace(), + 'href' => &Apache::loncommon::authorspace($request->uri), 'text' => 'Construction Space'}, {'href' => '', 'text' => $breadcrumbtext}];