mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-56254 theme_boost: Cannot use $this as function parameter
This commit is contained in:
parent
d4566644f6
commit
98f1034ccd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||||
* @param string $tree The CSS tree.
|
* @param string $tree The CSS tree.
|
||||||
* @param theme_config $theme The theme config object.
|
* @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 = new theme_boost\autoprefixer($tree);
|
||||||
$prefixer->prefix();
|
$prefixer->prefix();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue