diff --git a/version.php b/version.php index 7e25f2d..9c43011 100644 --- a/version.php +++ b/version.php @@ -15,6 +15,6 @@ // along with Moodle. If not, see . defined('MOODLE_INTERNAL') || die(); -$module->version = 2015042000; -$module->requires = 2014041101; // Requires this Moodle version -$module->component = 'mod_equella'; // Full name of the plugin (used for diagnostics) +$plugin->version = 2015042000; +$plugin->requires = 2014041101; // Requires this Moodle version +$plugin->component = 'mod_equella'; // Full name of the plugin (used for diagnostics)