--- loncom/interface/lonexttool.pm 2021/05/04 18:47:36 1.21 +++ loncom/interface/lonexttool.pm 2021/08/07 01:32:12 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Launch External Tool Provider (LTI) # -# $Id: lonexttool.pm,v 1.21 2021/05/04 18:47:36 raeburn Exp $ +# $Id: lonexttool.pm,v 1.22 2021/08/07 01:32:12 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -435,7 +435,7 @@ sub lti_params { sub launch_html { my ($url,$key,$secret,$sigmethod,$submittext,$paramsref) = @_; - my $hashref = &LONCAPA::ltiutils::sign_params($url,$key,$secret,$sigmethod,$paramsref); + my $hashref = &LONCAPA::ltiutils::sign_params($url,$key,$secret,$paramsref,$sigmethod); my $action = &HTML::Entities::encode($url,'<>&"'); my $form = <<"END";