--- loncom/auth/lonroles.pm 2022/10/19 00:03:11 1.368 +++ loncom/auth/lonroles.pm 2022/10/29 18:13:29 1.369 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.368 2022/10/19 00:03:11 raeburn Exp $ +# $Id: lonroles.pm,v 1.369 2022/10/29 18:13:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3615,7 +3615,7 @@ sub set_deeplink_target { sub set_supplemental_access { my ($cnum,$cdom) = @_; - my ($supplemental,$refs_updated) = &Apache::lonnet::get_supplemental($cnum,$cdom); + my ($supplemental,$refs_updated) = &Apache::loncommon::get_supplemental($cnum,$cdom); unless ($refs_updated) { &Apache::loncommon::set_supp_httprefs($cnum,$cdom,$supplemental); }