Closed (fixed)
Project:
Petition Node
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2009 at 04:26 UTC
Updated:
5 May 2009 at 05:59 UTC
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') {
| Comment | File | Size | Author |
|---|---|---|---|
| petition.patch | 132 bytes | cooperq |
Comments
Comment #1
gauvain commentedThanks 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.