[LON-CAPA-cvs] cvs: loncom /lti ltiauth.pm
raeburn
raeburn at source.lon-capa.org
Thu Jun 13 13:45:27 EDT 2019
raeburn Thu Jun 13 17:45:27 2019 EDT
Modified files:
/loncom/lti ltiauth.pm
Log:
- Consistent naming for selfenrollrole item in %env when LTI launch requires
user's self-enrollment.
Index: loncom/lti/ltiauth.pm
diff -u loncom/lti/ltiauth.pm:1.17 loncom/lti/ltiauth.pm:1.18
--- loncom/lti/ltiauth.pm:1.17 Wed Dec 26 20:10:29 2018
+++ loncom/lti/ltiauth.pm Thu Jun 13 17:45:26 2019
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Basic LTI Authentication Module
#
-# $Id: ltiauth.pm,v 1.17 2018/12/26 20:10:29 raeburn Exp $
+# $Id: ltiauth.pm,v 1.18 2019/06/13 17:45:26 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -780,7 +780,7 @@
$env{'request.lti.sourcecrs'} = $sourcecrs;
}
if ($selfenrollrole) {
- $env{'request.lti.selfenroll'} = $selfenrollrole;
+ $env{'request.lti.selfenrollrole'} = $selfenrollrole;
$env{'request.lti.sourcecrs'} = $sourcecrs;
}
if ($ltihash->{'passback'}) {
More information about the LON-CAPA-cvs
mailing list