undo not working standard login support lang strings

This commit is contained in:
Paweł Suwiński
2020-11-18 19:49:28 +01:00
parent d4c2f0130a
commit 23c5697841
3 changed files with 3 additions and 10 deletions

View File

@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2020111802; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2020111803; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2018120304; // Requires this Moodle version.
$plugin->component = 'auth_emailotp'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;