]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Poll/classes/Poll_response.php
Fixed parser error as the braces pair was missing.
[quix0rs-gnu-social.git] / 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.