Closed (won't fix)
Project:
Spell Check
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2010 at 16:02 UTC
Updated:
1 Jan 2011 at 15:40 UTC
$node->body in hook_nodeapi() is empty.
Replaced with: $node->content['body']['#value']
Comments
Comment #1
kenorb commentedProbably because I'm using WYSIWYG editor?
I'm not sure what's the correct fix.
Comment #2
nathanjo commentedTry to see what's inside of your $node object by doing dsm($node) if you have devel module enable or print_r($node, TRUE);
Comment #3
kenorb commentedComment #4
xanoThe new code accepts strings through Text Review, so this issue is obsolete.
Text Review uses $node->content['body']['#value'], so this problem should no longer occur.