Skip to content

Commit 03eca4c

Browse files
authored
Merge pull request #1134 from openwebwork/revert-1133-patch-2
Revert "Fix typo in SubmitGrade.pm"
2 parents 4ab86e8 + 14f52d8 commit 03eca4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WeBWorK/Authen/LTIAdvanced/SubmitGrade.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ sub update_sourcedid {
101101
# depending on the request and the mode we are in.
102102
my $sourcedid = $r->param('lis_result_sourcedid');
103103
if (!defined($sourcedid)) {
104-
warn "No LISSourceID! Some LMS's do not give grades to instructors, but this ".
104+
warn "No LISSourceID! Some LMS's do not give grades to instructors, but this".
105105
"could also be a sign that external grades are not enabled in your LMS." if $ce->{debug_lti_grade_passback};
106106
} elsif ($ce->{LTIGradeMode} eq 'course') {
107107
# Update the SourceDID for the user if we are in course mode

0 commit comments

Comments
 (0)