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

raeburn raeburn at source.lon-capa.org
Fri Aug 18 18:14:34 EDT 2023


raeburn		Fri Aug 18 22:14:34 2023 EDT

  Modified files:              
    /loncom/lti	ltiauth.pm 
  Log:
  - Fix typo.
  
  
Index: loncom/lti/ltiauth.pm
diff -u loncom/lti/ltiauth.pm:1.42 loncom/lti/ltiauth.pm:1.43
--- loncom/lti/ltiauth.pm:1.42	Fri Jun  2 01:20:28 2023
+++ loncom/lti/ltiauth.pm	Fri Aug 18 22:14:34 2023
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Basic LTI Authentication Module
 #
-# $Id: ltiauth.pm,v 1.42 2023/06/02 01:20:28 raeburn Exp $
+# $Id: ltiauth.pm,v 1.43 2023/08/18 22:14:34 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -221,7 +221,7 @@
                                         my $uname = $possuname;
                                         my ($is_student,$is_nonstudent);
                                         my %course_roles =
-                                            &Apache::lonnet::get_my_roles($uname,$cdom,,'userroles',['active'],
+                                            &Apache::lonnet::get_my_roles($uname,$cdom,'userroles',['active'],
                                                                           ['cc','co','in','ta','ep','ad','st','cr'],
                                                                           [$cdom]);
                                         foreach my $key (keys(%course_roles)) {




More information about the LON-CAPA-cvs mailing list