--- loncom/Lond.pm 2022/02/07 12:07:55 1.8.2.3.2.1 +++ loncom/Lond.pm 2022/02/07 18:32:34 1.8.2.3.2.2 @@ -1,6 +1,6 @@ # The LearningOnline Network # -# $Id: Lond.pm,v 1.8.2.3.2.1 2022/02/07 12:07:55 raeburn Exp $ +# $Id: Lond.pm,v 1.8.2.3.2.2 2022/02/07 18:32:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -936,7 +936,6 @@ sub domlti_itemid { if (ref($result) eq 'HASH') { %lti = %{$result}; } - } } else { my $reply = &get_dom("getdom:$dom:configuration:lti"); my $ltiref = &Apache::lonnet::thaw_unescape($reply);