Closed (fixed)
Project:
Flash Node
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2007 at 20:19 UTC
Updated:
30 Aug 2007 at 07:18 UTC
I may be incorrect in saying this, although I've been hacking around with FlashNode to get it to work with FLV files (and it is working nicely) and best I can tell this is a bug. The bug appears in flashnode.module:flashnode_delete() where it references $node->flashnode[_flash] a couple of times, and I belive that it should be referencing $node->flashnode[_flashnode] instead, or else it will not delete files as it should. If changed to _flashnode, it does properly delete files on my system. Thanks for looking into this. Love your module!
Comments
Comment #1
Stuart Greenfield commentedSorry for the delay in getting on to this!
You are right, it should be
$node->flashnode['flashnode'], so not only had I missed the change from _flash to _flashnode, but I had also missed the quotes.I'll fix this.
Thanks!
Comment #2
Stuart Greenfield commentedFixed in HEAD. I have a few other changes to make and will then re-release flashnode.
Comment #3
(not verified) commented