patch attached.
I have donwloaded the last dev version and i have changed this:
- if ($node->build_mode == NODE_BUILD_PREVIEW) { + if (isset($node->build_mode) && $node->build_mode == NODE_BUILD_PREVIEW) {
and now synonym collapsing it's working again!
This seems that solves this issue: http://drupal.org/node/273542
Please commit!
Comments
Comment #1
oriol_e9gI have donwloaded the last dev version and i have changed this:
and now synonym collapsing it's working again!
This seems that solves this issue: http://drupal.org/node/273542
Please commit!