mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
MDL-48239 grades: corrected docs url for calculation changes
This commit is contained in:
parent
f677ece516
commit
6e4b8381bf
@ -671,7 +671,7 @@ function print_natural_aggregation_upgrade_notice($courseid, $context, $thispage
|
||||
} else {
|
||||
$a->currentversion = $CFG->release;
|
||||
}
|
||||
$a->url = get_docs_url('Gradebook_calculations_changes');
|
||||
$a->url = get_docs_url('Gradebook_calculation_changes');
|
||||
$message = get_string('gradebookcalculationswarning', 'grades', $a);
|
||||
|
||||
$fixmessage = get_string('gradebookcalculationsfixbutton', 'grades');
|
||||
|
Loading…
x
Reference in New Issue
Block a user