mirror of
https://github.com/moodle/moodle.git
synced 2025-04-06 08:52:46 +02:00
Merge branch 'MDL-56254-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
96d2a6fd5f
@ -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