mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
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:
parent
bbb291b7b7
commit
e3288953e7
2 changed files with 2 additions and 1 deletions
|
@ -790,7 +790,7 @@ if ($fromform = $mform_post->get_data()) {
|
|||
}
|
||||
|
||||
if ($subscribemessage = forum_post_subscription($discussion, $forum)) {
|
||||
$timemessage = 4;
|
||||
$timemessage = 6;
|
||||
}
|
||||
|
||||
// Update completion status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue