If more than one recording is imported in a cron they'll all have the first entry's title. All the other information is correct. Maybe the token module has some caching that needs to be cleared.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | audio_176737.patch | 810 bytes | drewish |
Comments
Comment #1
drewish commentedturns out that that the problem was with the audio module's audio_api_insert() function being called multiple times. the token module caches the tokens between calls to token_replace() even when the node changes. this works around it by calling
token_get_values('node', $node, TRUE);to flush the cache.Comment #2
drewish commentedCommitted to HEAD.
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.