MDL-35973 lib: added a page title to redirect() and added 2 seconds to the page redirection when posting in a forum

This commit is contained in:
Andrew Davis 2013-12-30 18:26:24 +08:00
parent bbb291b7b7
commit e3288953e7
2 changed files with 2 additions and 1 deletions

View file

@ -2550,6 +2550,7 @@ function redirect($url, $message='', $delay=-1) {
if ($PAGE) { if ($PAGE) {
$PAGE->set_context(null); $PAGE->set_context(null);
$PAGE->set_pagelayout('redirect'); // No header and footer needed. $PAGE->set_pagelayout('redirect'); // No header and footer needed.
$PAGE->set_title(get_string('pageshouldredirect', 'moodle'));
} }
if ($url instanceof moodle_url) { if ($url instanceof moodle_url) {

View file

@ -790,7 +790,7 @@ if ($fromform = $mform_post->get_data()) {
} }
if ($subscribemessage = forum_post_subscription($discussion, $forum)) { if ($subscribemessage = forum_post_subscription($discussion, $forum)) {
$timemessage = 4; $timemessage = 6;
} }
// Update completion status // Update completion status