Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php	(revision 809)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php	(revision 810)
@@ -55,5 +55,5 @@
 $xoopsTpl->assign('poll_id', $poll_id);
 
-$nav = new XoopsPageNav(count($arrOption), $forumdata['topics_per_page'], $start, "start", 'poll_id='.$poll_id);
+$nav = new XoopsPageNav(count($arrOption), 1, $start, "start", 'poll_id='.$poll_id);
 $xoopsTpl->assign('forum_pagenav', $nav->renderNav(4));
 
