--- loncom/interface/lonsource.pm 2012/04/21 02:48:24 1.28 +++ loncom/interface/lonsource.pm 2012/10/29 17:38:56 1.29 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Source Code handler # -# $Id: lonsource.pm,v 1.28 2012/04/21 02:48:24 raeburn Exp $ +# $Id: lonsource.pm,v 1.29 2012/10/29 17:38:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -98,7 +98,7 @@ sub copy_stage { #Just checking again for access as we want to make sure that it is really ok now that we have the real path - my ($uname,$udom)= &Apache::loncacc::constructaccess($path_to_new_file); + my ($uname,$udom)= &Apache::lonnet::constructaccess($path_to_new_file); if (!$uname || !$udom) { $r->print(&Apache::loncommon::start_page('Not Allowed'));