MM Auto Run should have a higher weight so it runs after other modules which process file uploads in hook_nodeapi()
| Comment | File | Size | Author |
|---|---|---|---|
| mm_auto_run-weight.patch | 901 bytes | mfb |
MM Auto Run should have a higher weight so it runs after other modules which process file uploads in hook_nodeapi()
| Comment | File | Size | Author |
|---|---|---|---|
| mm_auto_run-weight.patch | 901 bytes | mfb |
Comments
Comment #1
arthurf commentedI think this is a reasonable first step for fixing this. There is a secondary issue with node_save() that happens as a result of attaching the files- this is a serious issue that I didn't really consider originally.
To fix this correctly, something like what I'm doing in 6.2x is going to have to be implemented- that means a fair bit of work. I'm happy to implement this patch as it is an obvious fix, but the proper fix may just be in the 6.2x branch.
Thanks for the patch- committed to dev branch