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.

CommentFileSizeAuthor
advpoll.module.patch800 bytesKhoiNqq

Comments

pomliane’s picture

Status: Reviewed & tested by the community » Closed (won't fix)

This 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.