--- loncom/interface/lontiny.pm 2023/06/02 01:20:26 1.19 +++ loncom/interface/lontiny.pm 2023/06/04 00:36:18 1.20 @@ -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.19 2023/06/02 01:20:26 raeburn Exp $ +# $Id: lontiny.pm,v 1.20 2023/06/04 00:36:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -79,7 +79,7 @@ sub handler { $linkprotuser = $ltoken_info{'linkprotuser'}; $linkprotexit = $ltoken_info{'linkprotexit'}; $linkprotpbid = $ltoken_info{'linkprotpbid'}; - $linkprotpbid = $ltoken_info{'linkprotpburl'}; + $linkprotpburl = $ltoken_info{'linkprotpburl'}; } elsif ($link_info{'linkprot'}) { $linkprot = $link_info{'linkprot'}; if ($link_info{'linkprotuser'}) {