mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Default old posts from 60 > 30 ...
This commit is contained in:
parent
226f79e03a
commit
baa2f74e1c
@ -51,7 +51,7 @@ if (!isset($CFG->forum_trackreadposts)) {
|
||||
}
|
||||
|
||||
if (!isset($CFG->forum_oldpostdays)) {
|
||||
set_config('forum_oldpostdays', 60); // Default number of days that a post is considered old
|
||||
set_config('forum_oldpostdays', 30); // Default number of days that a post is considered old
|
||||
}
|
||||
|
||||
if (!isset($CFG->forum_usermarksread)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user