--- loncom/lti/ltiauth.pm 2021/08/12 00:05:27 1.23 +++ loncom/lti/ltiauth.pm 2021/11/03 01:04:04 1.24 @@ -1,7 +1,7 @@ # The LearningOnline Network # Basic LTI Authentication Module # -# $Id: ltiauth.pm,v 1.23 2021/08/12 00:05:27 raeburn Exp $ +# $Id: ltiauth.pm,v 1.24 2021/11/03 01:04:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -197,7 +197,7 @@ sub handler { delete($env{'form.'.$key}); } my $ltoken = &Apache::lonnet::tmpput({'linkprot' => $itemid.$ltitype.':'.$tail}, - $lonhost); + $lonhost,'link'); if ($ltoken) { $r->internal_redirect($tail.'?ltoken='.$ltoken); $r->set_handlers('PerlHandler'=> undef);