Fix incorrect usage of ForceType in .htaccess from update 7203.
Fichier
-
./
advagg.install, line 477
Code
function advagg_update_7205(&$sandbox) {
return t('First pattern results: !first Second pattern results: !second', array(
'!first' => advagg_install_update_htaccess('ForceType text/css .js'),
'!second' => advagg_install_update_htaccess('ForceType application/javascript .js'),
));
}