MDL-72639 admin: consistent primary buttons during site upgrade.

This commit is contained in:
Paul Holden
2021-10-10 20:43:18 +01:00
parent 0850628c6c
commit b413ff4684
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ class core_admin_renderer extends plugin_renderer_base {
$output .= $this->container_end();
}
$button = new single_button($continueurl, get_string('upgradestart', 'admin'), 'get');
$button = new single_button($continueurl, get_string('upgradestart', 'admin'), 'get', true);
$button->class = 'continuebutton';
$output .= $this->render($button);
$output .= $this->footer();