diff --git a/turnitintooltwo_assignment.class.php b/turnitintooltwo_assignment.class.php index 223daf84..748927e7 100755 --- a/turnitintooltwo_assignment.class.php +++ b/turnitintooltwo_assignment.class.php @@ -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) { @@ -2023,4 +2023,4 @@ public function unlink_assignment() { $DB->update_record("turnitintooltwo_parts", $tiipart); } } -} \ No newline at end of file +}