MDL-28191 Continue button after selecting a theme now redirects back to the theme selector

This commit is contained in:
Sam Hemelryk
2011-07-22 14:58:06 +08:00
parent aede1fe6a7
commit 22cf3b24a5
+1 -1
View File
@@ -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;
}