The petition module changes all displayed nodes to petition nodes when they are displayed, this can cause some pretty big problems. The bug resides in line 672 of petition.module
The affected line is here is the patch:

672c672
< if(($type = 'node') AND $object->type = 'petition') {
---
> if(($type == 'node') AND $object->type == 'petition') {

CommentFileSizeAuthor
petition.patch132 bytescooperq

Comments

gauvain’s picture

Status: Patch (to be ported) » Closed (fixed)

Thanks cooperq, this bug had been mentioned previously and was fixed in the development snapshot.
I posted a new release a few minutes ago. it should be soon available on drupal.