--- loncom/interface/lonmenu.pm 2012/09/12 05:14:17 1.387 +++ loncom/interface/lonmenu.pm 2012/10/29 17:38:56 1.388 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.387 2012/09/12 05:14:17 raeburn Exp $ +# $Id: lonmenu.pm,v 1.388 2012/10/29 17:38:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -587,7 +587,7 @@ sub innerregister { # Check that the user has permission to edit this resource my $setpriv = 1; - ($cfuname,$cfudom)=&Apache::loncacc::constructaccess($file,$setpriv); + ($cfuname,$cfudom)=&Apache::lonnet::constructaccess($file,$setpriv); if (defined($cfudom)) { $home=&Apache::lonnet::homeserver($cfuname,$cfudom); my $allowed=0;