Merge branch 'MDL-79678-main-fix' of https://github.com/junpataleta/moodle

This commit is contained in:
Sara Arjona
2024-08-23 08:18:35 +02:00
+1 -1
View File
@@ -36,7 +36,7 @@ function xmldb_factor_totp_upgrade($oldversion): bool {
}
// Savepoint reached.
upgrade_plugin_savepoint(true, 2024081600, 'factor', 'auth');
upgrade_plugin_savepoint(true, 2024081600, 'factor', 'totp');
}
return true;