Skip to content

Commit

Permalink
Fix undefined coursetype
Browse files Browse the repository at this point in the history
  • Loading branch information
aspark21 authored May 31, 2022
1 parent 5f18af3 commit f3a749e
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 @@ -2022,4 +2022,4 @@ public function unlink_assignment() {
$DB->update_record("turnitintooltwo_parts", $tiipart);
}
}
}
}

0 comments on commit f3a749e

Please sign in to comment.