Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/blocks/xoopspoll.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/blocks/xoopspoll.php	(revision 678)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/blocks/xoopspoll.php	(revision 679)
@@ -45,5 +45,5 @@
 		}
 		foreach ($options_arr as $option) {
-			$options[] = array('id' => $option->getVar('option_id'), 'text' => $option->getVar('option_text'));
+			$options[] = array('id' => $option->getVar('option_id'), 'text' => $option->getVar('option_text'), 'count' => $option->getVar('option_count'));
 		}
 		$poll = array('id' => $polls[$i]->getVar('poll_id'), 'question' => $polls[$i]->getVar('question'), 'option_type' => $option_type, 'option_name' => $option_name, 'options' => $options);
