Skip to content

Commit 4e22582

Browse files
committed
Fix db/upgrade.php after latest backport
1 parent 6333353 commit 4e22582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/upgrade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ function xmldb_theme_boost_union_upgrade($oldversion) {
651651
upgrade_plugin_savepoint(true, 2024100747, 'theme', 'boost_union');
652652
}
653653

654-
if ($oldversion < 2025041428) {
654+
if ($oldversion < 2024100756) {
655655
// Define table theme_boost_union_menuitems to be altered.
656656
$table = new xmldb_table('theme_boost_union_menuitems');
657657

@@ -664,7 +664,7 @@ function xmldb_theme_boost_union_upgrade($oldversion) {
664664
}
665665

666666
// Savepoint reached.
667-
upgrade_plugin_savepoint(true, 2025041428, 'theme', 'boost_union');
667+
upgrade_plugin_savepoint(true, 2024100756, 'theme', 'boost_union');
668668
}
669669

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

0 commit comments

Comments
 (0)