mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Fixed heading on release notes display
This commit is contained in:
parent
81716d0d33
commit
12fa80ff34
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@
|
|||
if ($release <> $CFG->release) { // Update the release version
|
||||
$strcurrentrelease = get_string("currentrelease");
|
||||
print_header($strcurrentrelease, $strcurrentrelease, $strcurrentrelease, "", "", false, " ", " ");
|
||||
print_heading($release);
|
||||
print_heading("Moodle $release");
|
||||
if (!set_config("release", $release)) {
|
||||
notify("ERROR: Could not update release version in database!!");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue