mirror of
https://github.com/moodle/moodle.git
synced 2025-04-03 15:32:43 +02:00
MDL-56254 theme_boost: Cannot use $this as function parameter
This commit is contained in:
parent
d4566644f6
commit
98f1034ccd
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user