diff --git a/theme/boost/lib.php b/theme/boost/lib.php index 0b3dad7e7fe..72776d5b820 100644 --- a/theme/boost/lib.php +++ b/theme/boost/lib.php @@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die(); * @param string $tree The CSS tree. * @param theme_config $theme The theme config object. */ -function theme_boost_css_tree_post_processor($tree, $this) { +function theme_boost_css_tree_post_processor($tree, $theme) { $prefixer = new theme_boost\autoprefixer($tree); $prefixer->prefix(); }