Fixed parser error as the braces pair was missing.
authorRoland Haeder <roland@mxchange.org>
Fri, 27 Feb 2015 15:53:11 +0000 (16:53 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 27 Feb 2015 15:54:06 +0000 (16:54 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/Poll/classes/Poll_response.php

index 3c9379a938c96452bc6840b95dbb10f7deba2a6b..0700780921d8be972b8ca362b815092e134a3435 100644 (file)
@@ -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.