From 31a411143f63cb26509adb3d3fdb0d95dfbda91c Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Mon, 30 Dec 2024 13:38:53 +0100 Subject: [PATCH] Avoid double requiring locallib.php in theme_boost_union_callbackimpl_before_standard_html() --- locallib.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/locallib.php b/locallib.php index cfa92499d7c..9ec74b80286 100644 --- a/locallib.php +++ b/locallib.php @@ -2070,9 +2070,6 @@ function theme_boost_union_callbackimpl_before_standard_html(&$hook = null) { } } - // Require local library. - require_once($CFG->dirroot . '/theme/boost_union/locallib.php'); - // Add the touch icons to the page. $html .= theme_boost_union_get_touchicons_html_for_page();