--- rat/lonratmenu.pm 2010/08/24 09:11:40 1.17 +++ rat/lonratmenu.pm 2011/11/14 00:20:46 1.18 @@ -2,7 +2,7 @@ # Build menu bar for Advanced RAT. Uses javascript code originally in # static file: rat/client/code.html, now in rat/client/ratcode.js # -# $Id: lonratmenu.pm,v 1.17 2010/08/24 09:11:40 wenzelju Exp $ +# $Id: lonratmenu.pm,v 1.18 2011/11/14 00:20:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -47,7 +47,7 @@ sub handler { $readfile=~s/\/loadonly\/adveditmenu$//; # Breadcrumbs - my $brcrum = [{'href' => &Apache::loncommon::authorspace(), + my $brcrum = [{'href' => &Apache::loncommon::authorspace($r->uri), 'text' => 'Construction Space'}, {'href' => '', 'text' => 'RAT'},