mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
NOBUG: Keep mod_workshop higher version after reverting MDL-60820
This commit is contained in:
parent
4b140685ad
commit
e4607502bf
@ -24,7 +24,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2017111300; // The current module version (YYYYMMDDXX)
|
||||
$plugin->version = 2018010600; // The current module version (YYYYMMDDXX)
|
||||
$plugin->requires = 2017110800; // Requires this Moodle version.
|
||||
$plugin->component = 'mod_workshop';
|
||||
$plugin->cron = 60; // Give as a chance every minute.
|
||||
|
Loading…
x
Reference in New Issue
Block a user