--- loncom/interface/lontiny.pm 2022/10/19 18:09:04 1.17 +++ loncom/interface/lontiny.pm 2022/10/29 18:13:28 1.18 @@ -2,7 +2,7 @@ # Extract domain, courseID, and symb from a shortened URL, # and switch role to a role in designated course. # -# $Id: lontiny.pm,v 1.17 2022/10/19 18:09:04 raeburn Exp $ +# $Id: lontiny.pm,v 1.18 2022/10/29 18:13:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -160,7 +160,7 @@ sub handler { if ($reinitresult eq 'supp') { $possdel = 1; } - my ($supplemental,$refs_updated) = &Apache::lonnet::get_supplemental($cnum,$cdom,'',$possdel); + my ($supplemental,$refs_updated) = &Apache::loncommon::get_supplemental($cnum,$cdom,'',$possdel); unless ($refs_updated) { &Apache::loncommon::set_supp_httprefs($cnum,$cdom,$supplemental,$possdel); }