]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
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:53:11 +0000 (16:53 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/Poll/classes/Poll_response.php

index a43351c8c23f196c04c2fb3817321cf1bb022b51..0a828bf46908d29f570b6f21da9b2abe91f1e8cc 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.