this is broken because of the new links way to have an array like this..
$links[] = array('#title' => t('download audio file'), '#href' => $node->url_download, '#attributes' => array('title' => t('download audio file')));
Here is a patch that updates audio_link
| Comment | File | Size | Author |
|---|---|---|---|
| audio_link_update.patch | 1.22 KB | Anonymous (not verified) |
Comments
Comment #1
drewish commentedcool, we've got a few other patches that hit that block of code. i'll wait until they're applied to pick this up. i'd like to keep 4.7 and HEAD identical as long as possible.
Comment #2
Anonymous (not verified) commentedwell this is an update for CVS. Do not apply it to 4.7 branch.
It's the new way of handling links. (suppose to be 4.8)
Comment #3
drewish commentedyeah, i get that, i'm going to hold off the 4.8 specific stuff until all the 4.7 fixes are applied.
Comment #4
Anonymous (not verified) commentedk
Comment #5
drewish commentedsee also: http://drupal.org/node/60697
Comment #6
drewish commentedsee also: http://drupal.org/node/70525
Comment #7
drewish commentedapplied a combination of this patch and the one in #70525.
Comment #8
(not verified) commented