The PHP snippet included in the README.txt is out of date. It should reflect that the javascript_aggregator() function was renamed to javascript_aggregator_cache() in javascript_aggregator.module 1.4.

I don't think a patch is necessary. For anyone else who sees this issue, use this code instead:

<?php
  if(module_exists('javascript_aggregator')) {
    $scripts = javascript_aggregator_cache($scripts);
  }
?>

Comments

derjochenmeyer’s picture

Assigned: Unassigned » derjochenmeyer
Status: Active » Fixed

Thanks for the hint! Fixed in version 0.3.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.