moodle-an-hochschulen / moodle-theme_boost_union

Theme Boost Union is an enhanced child theme of Boost which is intended, on the one hand, to make Boost simply more configurable and, on the other hand, to provide helpful additional features for the daily Moodle operation of admins, teachers and students.
GNU General Public License v3.0
61 stars 56 forks source link

Regression: Migrating the before_standard_html_head() function to the new hook callback broke the login page on Moodle 4.3 #613

Closed abias closed 6 months ago

abias commented 6 months ago

The PR #605 contained a regression, unfortunately, which may lead to this error message on the login page:

grafik

This is because I forgot to require locallib.php and the login page does not include locallib.php anywhere else.