Skip to content

Commit

Permalink
Merge pull request #653 from aspark21/patch-3
Browse files Browse the repository at this point in the history
Fix undefined coursetype
  • Loading branch information
jack-tii authored Jul 25, 2024
2 parents 4baf38e + f3a749e commit 944c939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turnitintooltwo_assignment.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ public function create_tii_course($course, $ownerid) {
}

turnitintooltwo_activitylog("Class created - ".$turnitincourse->courseid." | ".$turnitincourse->turnitin_cid.
" | ".$course->fullname . " (Moodle ".$coursetype.")" , "REQUEST");
" | ".$course->fullname . " (Moodle TT)" , "REQUEST");

return $turnitincourse;
} catch (Exception $e) {
Expand Down Expand Up @@ -2023,4 +2023,4 @@ public function unlink_assignment() {
$DB->update_record("turnitintooltwo_parts", $tiipart);
}
}
}
}

0 comments on commit 944c939

Please sign in to comment.