Skip to content

Commit

Permalink
Avoid double requiring locallib.php in theme_boost_union_callbackimpl…
Browse files Browse the repository at this point in the history
…_before_standard_html()
  • Loading branch information
abias committed Dec 30, 2024
1 parent 399d23d commit e83cb19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -2291,9 +2291,6 @@ function theme_boost_union_callbackimpl_before_standard_html() {
return $html;
}

// Require local library.
require_once($CFG->dirroot . '/theme/boost_union/locallib.php');

// Add the FontAwesome icons to the page.
theme_boost_union_add_fontawesome_to_page();

Expand Down

0 comments on commit e83cb19

Please sign in to comment.