--- loncom/lti/ltiroster.pm 2017/12/09 16:24:03 1.2 +++ loncom/lti/ltiroster.pm 2017/12/18 23:59:31 1.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # LTI Consumer Module to respond to a course roster request. # -# $Id: ltiroster.pm,v 1.2 2017/12/09 16:24:03 raeburn Exp $ +# $Id: ltiroster.pm,v 1.3 2017/12/18 23:59:31 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -180,7 +180,7 @@ sub handler { \%toolsettings,\%ltitools) eq 'ok') { if ($toolsettings{'gradesecret'} ne '') { $needsresult = 1; - $gradesecret = $ltitools{'gradesecret'}; + $gradesecret = $toolsettings{'gradesecret'}; } } }