mod-assignment MDL-22254 Fixed up incorrect string in online assignment header
This commit is contained in:
@@ -79,7 +79,7 @@ class assignment_online extends assignment_base {
|
||||
if ($editmode) {
|
||||
$this->view_header(get_string('editmysubmission', 'assignment'));
|
||||
} else {
|
||||
$this->view_header(get_string('viewsubmissions', 'assignment'));
|
||||
$this->view_header();
|
||||
}
|
||||
|
||||
$this->view_intro();
|
||||
|
||||
Reference in New Issue
Block a user