}
if ($this->notes_allowed() and !empty($submission->data1) and !empty($mode)) { // only during grading
- $offset = required_param('offset', PARAM_INT);
- $npurl = "type/upload/notes.php?id={$this->cm->id}&userid=$userid&offset=$offset&mode=single";
+ $npurl = $CFG->wwwroot."/mod/assignment/type/upload/notes.php?id={$this->cm->id}&userid=$userid&offset=$offset&mode=single";
$output .= '<a href="'.$npurl.'">'.get_string('notes', 'assignment').'</a><br />';
}