--- loncom/interface/lonmeta.pm 2012/05/21 19:01:12 1.246 +++ loncom/interface/lonmeta.pm 2012/10/29 17:38:56 1.247 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.246 2012/05/21 19:01:12 bisitz Exp $ +# $Id: lonmeta.pm,v 1.247 2012/10/29 17:38:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -874,7 +874,7 @@ sub report_bombs { $uri = &Apache::lonnet::declutter($uri); $r->print('

'.&Apache::lonnet::clutter($uri).'

'); my ($domain,$author)=($uri=~/^($match_domain)\/($match_username)\//); - if (!&Apache::loncacc::constructaccess('/priv/'.$domain.'/'.$author.'/')) { + if (!&Apache::lonnet::constructaccess('/priv/'.$domain.'/'.$author.'/')) { $r->print('

'.&mt('Not authorized').'

'); return; }