Fixed misleading comment in version.php
This commit is contained in:
parent
ab32f72644
commit
c61e687080
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
||||
|
||||
$plugin->version = 2018051700; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2018051700; // Requires this Moodle version (3.4).
|
||||
$plugin->requires = 2018051700; // Requires this Moodle version (3.5).
|
||||
$plugin->cron = 0; // Period for cron to check this module (secs).
|
||||
$plugin->component = 'mod_customcert';
|
||||
|
||||
|
|
Loading…
Reference in a new issue