Every time I preview a node I get the following warning:
warning: Invalid argument supplied for foreach() in /home/powrslns/public_html/kookyguides.com/sites/all/modules/blog_reactions/blog_reactions.module on line 451.
Everything seems to be working fine, regardless.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | blog_reactions-376168.patch | 821 bytes | dawehner |
Comments
Comment #1
dawehnerthe problem is that node_preview doesn't load the item, so $node->blog_reactions['items'] is really empty, and then foreach fails.
here is a patch which checks first for $node->blog_reactions
Comment #2
sanduhrsCommited to 6-dev.
Backported to 5-dev.
Thanks.