MDL-53542 tool_lp: Fixing missed upgrade step

This commit is contained in:
Frederic Massart
2016-04-18 10:59:00 +08:00
parent eb0d340c52
commit cf4c3eaac5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -832,7 +832,7 @@ function xmldb_tool_lp_upgrade($oldversion) {
upgrade_plugin_savepoint(true, 2016020917, 'tool', 'lp');
}
if ($oldversion < 2016020919) {
if ($oldversion < 2016020923) {
// Define table tool_lp_coursecompsettings to be created.
$table = new xmldb_table('tool_lp_coursecompsettings');
@@ -855,7 +855,7 @@ function xmldb_tool_lp_upgrade($oldversion) {
}
// Lp savepoint reached.
upgrade_plugin_savepoint(true, 2016020919, 'tool', 'lp');
upgrade_plugin_savepoint(true, 2016020923, 'tool', 'lp');
}
+1 -1
View File
@@ -25,6 +25,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2016020922; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2016020923; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2014110400; // Requires this Moodle version.
$plugin->component = 'tool_lp'; // Full name of the plugin (used for diagnostics).