From 0e01784c44c21ca90133e5f0c4e019cf0700c802 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Fri, 22 Jul 2011 14:57:26 +0800 Subject: [PATCH] MDL-28191 Continue button after selecting a theme now redirects back to the theme selector --- theme/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/index.php b/theme/index.php index 0c5f4ea4404..2a40a92b9a3 100644 --- a/theme/index.php +++ b/theme/index.php @@ -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; }