[LON-CAPA-cvs] cvs: loncom /lti ltiauth.pm

raeburn raeburn at source.lon-capa.org
Tue Feb 1 19:31:16 EST 2022


raeburn		Wed Feb  2 00:31:16 2022 EDT

  Modified files:              
    /loncom/lti	ltiauth.pm 
  Log:
  - Typo
  
  
Index: loncom/lti/ltiauth.pm
diff -u loncom/lti/ltiauth.pm:1.30 loncom/lti/ltiauth.pm:1.31
--- loncom/lti/ltiauth.pm:1.30	Tue Feb  1 23:13:20 2022
+++ loncom/lti/ltiauth.pm	Wed Feb  2 00:31:16 2022
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Basic LTI Authentication Module
 #
-# $Id: ltiauth.pm,v 1.30 2022/02/01 23:13:20 raeburn Exp $
+# $Id: ltiauth.pm,v 1.31 2022/02/02 00:31:16 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -759,7 +759,7 @@
 
 sub get_lti_itemid {
     my ($requri,$hostname,$params,$cdom,$cnum,$context) = @_;
-    return unless ((ref($params) eq 'HASH');
+    return unless (ref($params) eq 'HASH');
     my $protocol = 'http';
     if ($ENV{'SERVER_PORT'} == 443) {
         $protocol = 'https';




More information about the LON-CAPA-cvs mailing list