Closed (fixed)
Project:
Nodeforum
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2008 at 19:40 UTC
Updated:
17 Oct 2008 at 16:12 UTC
The node body was being filtered twice.
This is because node is being ran through node_prepare twice, which will replace the node with filtered content.
node_prepare is first invoked in the node module on line 1081 and again in the nodeform module line number 359.
The following patch removes the node_prepare inside the nodeforum module on line number 359.
| Comment | File | Size | Author |
|---|---|---|---|
| nodeprepare.patch | 682 bytes | grndlvl |
Comments
Comment #1
grndlvl commentedComment #2
andrewlevine commentedtested and committed, thanks
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.