mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
Set a default value for $CFG->forum_replytouser
This commit is contained in:
parent
ab0cc6d4b4
commit
1246ea56bc
@ -43,6 +43,10 @@ if (!isset($CFG->forum_maxbytes)) {
|
||||
set_config("forum_maxbytes", 512000); // Default maximum size for all forums
|
||||
}
|
||||
|
||||
if (!isset($CFG->forum_replytouser)) {
|
||||
set_config("forum_replytouser", true); // Default maximum size for all forums
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// STANDARD FUNCTIONS ///////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user