From 7fdee5b64314432e55edaf6cca0366c605ad4bd4 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 8 Nov 2011 00:55:10 +0100 Subject: [PATCH] MDL-20534 lti: add component and set lti module as core one --- lib/pluginlib.php | 2 +- mod/lti/version.php | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/pluginlib.php b/lib/pluginlib.php index fec3617a976..6e5fbbe7c9a 100644 --- a/lib/pluginlib.php +++ b/lib/pluginlib.php @@ -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' ), diff --git a/mod/lti/version.php b/mod/lti/version.php index 400887103bb..f86a5204aaf 100644 --- a/mod/lti/version.php +++ b/mod/lti/version.php @@ -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'; -- 2.43.0