--- loncom/interface/lonhelper.pm 2011/12/18 17:15:03 1.188 +++ loncom/interface/lonhelper.pm 2012/10/29 17:38:56 1.189 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.188 2011/12/18 17:15:03 raeburn Exp $ +# $Id: lonhelper.pm,v 1.189 2012/10/29 17:38:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2988,7 +2988,7 @@ BUTTONS $subdir=$londocroot.$subdir; } my ($user,$domain)= - &Apache::loncacc::constructaccess($subdir); + &Apache::lonnet::constructaccess($subdir); $metadir='/res/'.$domain.'/'.$user.'/'.$innerpath; ($listref,$listerror) = &Apache::lonnet::dirlist($subdir,$domain,$user,undef,undef,'/');