Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollregist.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollregist.php	(revision 732)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollregist.php	(revision 733)
@@ -43,8 +43,10 @@
 include XOOPS_ROOT_PATH."/header.php";
 
-$renderer = new XoopsPollRenderer(array('optin_id' => $option_id));
-$renderer->assignOptions($xoopsTpl, $option_id);
-$renderer->assignComment($xoopsTpl, $option_id);
-
+$arrOption =& XoopsPollOption::getOptionByOptionId($option_id);
+$tpl->assign('arrOption', $arrOption);
+ 
+$arrComment =& XoopsPollOption::getAllCommentByOptionId($option_id);
+$xoopsTpl->assign('arrComment', $arrComment);
+		
 $xoopsTpl->assign('arrStatus', $arrStatus);
 $xoopsTpl->assign('arrCat', $arrCategory);
