Fix poll again

Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
diff --git a/planning/poll2015.php b/planning/poll2015.php
index fc7d51b..a07f0b0 100755
--- a/planning/poll2015.php
+++ b/planning/poll2015.php
@@ -26,7 +26,7 @@
 	   $App->usePolls();
 
 	   # Poll 1
-	   $Poll = new Poll(8, "Vote: What is your favorite name for the 2015 Eclipse Simultaneous Release?");
+	   $Poll = new Poll(10, "Vote: What is your favorite name for the 2015 Eclipse Simultaneous Release?");
 	   $Poll->addOption(1, "Magellan"); 
            $Poll->addOption(2, "Mandelbrot");
 	   $Poll->addOption(3, "Mars");