MDL-20534 lti: add component and set lti module as core one
This commit is contained in:
+1
-1
@@ -361,7 +361,7 @@ class plugin_manager {
|
||||
|
||||
'mod' => array(
|
||||
'assignment', 'chat', 'choice', 'data', 'feedback', 'folder',
|
||||
'forum', 'glossary', 'imscp', 'label', 'lesson', 'page',
|
||||
'forum', 'glossary', 'imscp', 'label', 'lesson', 'lti', 'page',
|
||||
'quiz', 'resource', 'scorm', 'survey', 'url', 'wiki', 'workshop'
|
||||
),
|
||||
|
||||
|
||||
+4
-3
@@ -48,6 +48,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$module->version = 2011101801; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2011070100; // Requires this Moodle version
|
||||
$module->cron = 0; // Period for cron to check this module (secs)
|
||||
$module->version = 2011101801;
|
||||
$module->requires = 2011070100; // Requires this Moodle version
|
||||
$module->cron = 0;
|
||||
$module->component = 'mod_lti';
|
||||
|
||||
Reference in New Issue
Block a user