File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 66
77### Unreleased
88
9+ * 2025-11-12 - Improvement: Lighten the hook manipulation on 5.0, resolves #1098 .
910* 2025-11-11 - Upstream change: Adopt changes from MDL-85418 to submenu.js, resolves #1095 .
1011
1112### v5.0-r12
Original file line number Diff line number Diff line change @@ -2572,9 +2572,6 @@ function theme_boost_union_manipulate_hooks() {
25722572 // and Boost Union would have to compose the manipulated hooks again on the next "real" page load.
25732573 // This would result in longer page load times for real end users.
25742574
2575- // Get Moodle core's hookcallbacks cache.
2576- $ corecache = \cache::make ('core ' , 'hookcallbacks ' );
2577-
25782575 // Get Boost Union's hookoverrides cache.
25792576 $ bucache = \cache::make ('theme_boost_union ' , 'hookoverrides ' );
25802577
You can’t perform that action at this time.
0 commit comments