Merge branch 'MDL-56254-master' of git://github.com/FMCorz/moodle

This commit is contained in:
David Monllao 2016-10-10 13:01:40 +08:00
commit 96d2a6fd5f

View File

@ -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();
}