Filter should not access to any properties of the node they are acting on. The current code takes the assumption that a call to hook_filter() is always preceded from a call to hook_nodeapi(), which is not guaranteed.
If a module needs to change a node content basing on some data obtained from the node, then it should only implement hook_nodeapi('view').
Comments
Comment #1
avpadernoThe code has been changed in both the Drupal 6 branches. For branch 6.x-2, this means the module doesn't use token.module anymore.