mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'wip-MDL-28191-master'
This commit is contained in:
commit
d39afd96ff
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ if ($reset and confirm_sesskey()) {
|
|||
echo $output->box_start();
|
||||
echo format_text(get_string('choosereadme', 'theme_'.$theme->name), FORMAT_MOODLE);
|
||||
echo $output->box_end();
|
||||
echo $output->continue_button($CFG->wwwroot . '/' . $CFG->admin . '/index.php');
|
||||
echo $output->continue_button($CFG->wwwroot . '/theme/index.php');
|
||||
echo $output->footer();
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue