Closed (won't fix)
Project:
Advanced Poll
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Dec 2006 at 11:35 UTC
Updated:
3 Feb 2013 at 20:10 UTC
After create a poll, in this poll page (node/xxx), you will see the most recent block has 2 duplicate most recent poll, the cause here is when building the node view page, we already alter the node data (node->body) and in the block building process, we alter again, make the node data duplicate. To solve this problem, we just change the node_load() uses from node_load($nid), cached version, to node_load(array('nid' => $nid)), not cache version.
| Comment | File | Size | Author |
|---|---|---|---|
| advpoll.module.patch | 800 bytes | KhoiNqq |
Comments
Comment #1
pomliane commentedThis version of Advanced Poll is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.