Closed (outdated)
Project:
Drupal for Facebook
Version:
6.x-3.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jun 2012 at 05:15 UTC
Updated:
12 Feb 2026 at 22:32 UTC
Jump to comment: Most recent
Like the title says.
the culprit is:
foreach ($node->taxonomy as $tid => $term) {
which is in a hook_nodeapi.
Maybe it should check $node->taxonomy is set first.
Comments
Comment #1
Dave Cohen commentedThanks. Will fix.
Comment #2
2pha