Skip to content

Commit

Permalink
#205: Fixed Class theme_trema\output\filter_manager not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed Oct 16, 2024
1 parent cf2c83f commit f4ac963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/output/core_renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function standard_head_html() {
// If filtering of the primary custom menu is enabled, apply only the string filters.
if (!empty(get_config('theme_trema', 'navfilter')) && strpos($CFG->additionalhtmlhead, '}') !== false) {
// Apply filters that are enabled for Content and Headings.
$filtermanager = filter_manager::instance();
$filtermanager = \filter_manager::instance();
$CFG->additionalhtmlhead = $filtermanager->filter_string($CFG->additionalhtmlhead, \context_system::instance());
}

Expand Down

0 comments on commit f4ac963

Please sign in to comment.