From 2935a7d923a6d4acc4c51a686db34ce7fe256fa5 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Fri, 27 Feb 2015 16:53:11 +0100
Subject: [PATCH] Fixed parser error as the braces pair was missing.

Signed-off-by: Roland Haeder <roland@mxchange.org>
---
 plugins/Poll/classes/Poll_response.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/Poll/classes/Poll_response.php b/plugins/Poll/classes/Poll_response.php
index a43351c8c2..0a828bf469 100644
--- a/plugins/Poll/classes/Poll_response.php
+++ b/plugins/Poll/classes/Poll_response.php
@@ -123,7 +123,7 @@ class Poll_response extends Managed_DataObject
      *
      * @return Notice saved notice
      */
-    static function saveNew(Profile $profile, $poll, $selection, array $options=array)
+    static function saveNew(Profile $profile, $poll, $selection, array $options=array())
     {
         if (!$poll->isValidSelection($selection)) {
             // TRANS: Client exception thrown when responding to a poll with an invalid option.
-- 
2.39.5