mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-37633 Forum: Allow fronpage user to have forum:allowforcesubscribe capability by default
This commit is contained in:
parent
6319737865
commit
afd5e85ca8
4 changed files with 21 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$module->version = 2012112902; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->version = 2013020500; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2012112900; // Requires this Moodle version
|
||||
$module->component = 'mod_forum'; // Full name of the plugin (used for diagnostics)
|
||||
$module->cron = 60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue