This looks like it was fixed in D7 but may not have been backported to D6 (still present in current 6.x-dev).
Line 220 of forum.module throws a strict warning. Should be:
$node->taxonomy[arg(3)] = (object) array(
'vid' => $vid,
'tid' => arg(3),
);
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| object.patch | 487 bytes | dazweeja |
Comments
Comment #1
dazweeja commentedStrict notices don't seem to be a priority for Drupal 6 so closing to clean up the issue queue.
Comment #2
boztek commented