mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-42588 scorm: revert accidental change of variable module back to plugin
This commit is contained in:
parent
d43556a63f
commit
e34003004e
1 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$module->version = 2014031700; // The current module version (Date: YYYYMMDDXX).
|
$plugin->version = 2014031700; // The current module version (Date: YYYYMMDDXX).
|
||||||
$module->requires = 2013110500; // Requires this Moodle version.
|
$plugin->requires = 2013110500; // Requires this Moodle version.
|
||||||
$module->component = 'mod_scorm'; // Full name of the plugin (used for diagnostics).
|
$plugin->component = 'mod_scorm'; // Full name of the plugin (used for diagnostics).
|
||||||
$module->cron = 300;
|
$plugin->cron = 300;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue