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 7f2d7ba commit 912552e
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 @@ -2068,9 +2068,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();

Expand Down

0 comments on commit 912552e

Please sign in to comment.