Index: /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php
===================================================================
--- /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php	(revision 746)
+++ /temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php	(revision 748)
@@ -155,5 +155,11 @@
 		$tpl->assign('arrOption', $arrOption);
     }
-	
+
+    function assignOption(&$tpl, $option_id)
+    {
+		$arrOption =& XoopsPollOption::getOptionByOptionId($option_id);
+		$tpl->assign('arrOption', $arrOption);
+    }
+		
     function assignPoll(&$tpl)
     {
