--- rat/lonwrapper.pm 2020/07/18 20:34:58 1.49.2.7.2.3 +++ rat/lonwrapper.pm 2020/09/08 00:10:21 1.49.2.7.2.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Wrapper for external and binary files as standalone resources # -# $Id: lonwrapper.pm,v 1.49.2.7.2.3 2020/07/18 20:34:58 raeburn Exp $ +# $Id: lonwrapper.pm,v 1.49.2.7.2.4 2020/09/08 00:10:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -290,7 +290,7 @@ sub handler { my %toolhash = &Apache::lonnet::get('exttool_'.$marker,['target','linktext','explanation','id','width','height'], $cdom,$cnum); if ($toolhash{'id'}) { - my %ltitools = &Apache::lonnet::get_domain_lti($cdom,'consumer'); + my %ltitools = &Apache::lonnet::get_domain_ltitools($cdom); if (ref($ltitools{$toolhash{'id'}}) eq 'HASH') { $exttoolremote = $ltitools{$toolhash{'id'}}{'url'}; }