You are here

function advagg_update_7205 in Advanced CSS/JS Aggregation 7.2

Fix incorrect usage of ForceType in .htaccess from update 7203.

File

./advagg.install, line 477
Handles Advanced Aggregation installation and upgrade tasks.

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'),
  ));
}