Skip to content

Commit ec69f02

Browse files
committed
Fix plugin savepoint version (errours merge with main)
1 parent c91c5bb commit ec69f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/upgrade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ function xmldb_theme_boost_union_upgrade($oldversion) {
508508
}
509509

510510
// Boost_union savepoint reached.
511-
upgrade_plugin_savepoint(true, 2024100706, 'theme', 'boost_union');
511+
upgrade_plugin_savepoint(true, 2024100709, 'theme', 'boost_union');
512512
}
513513

514514
// Load the builtin SCSS snippets into the database.

0 commit comments

Comments
 (0)