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
Comment #1
derjochenmeyer commentedThanks for the hint! Fixed in version 0.3.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.