MDL-53542 tool_lp: Fixing missed upgrade step
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user