Skip to content
Snippets Groups Projects
Commit f7e65ef8 authored by Alexander Bukach's avatar Alexander Bukach
Browse files

Added Boost support

parent 2f1c6a61
No related branches found
No related tags found
1 merge request!5Added Boost support
......@@ -159,6 +159,13 @@ function minifyhtml_module_implements_alter(&$implementations, $hook) {
$group = $implementations['minifyhtml'];
unset($implementations['minifyhtml']);
$implementations['minifyhtml'] = $group;
// Put boost_exit() (if exists) after minifyhtml_exit().
if (isset($implementations['boost'])) {
$group = $implementations['boost'];
unset($implementations['boost']);
$implementations['boost'] = $group;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment