]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
i18n
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 21 Jan 2016 01:37:07 +0000 (02:37 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 21 Jan 2016 01:37:07 +0000 (02:37 +0100)
plugins/Event/forms/rsvp.php

index 72cadc0de6557625e9e6730276b267a3543f572a..98b3a64778ac97686535d29883052de7d71f5d4a 100644 (file)
@@ -133,7 +133,7 @@ class RSVPForm extends Form
                     'id'      => 'rsvp-submit-'.$answer,
                     'name'    => $answer,
                     'class'   => 'submit',
-                    'value'   => $answer,
+                    'value'   => $label,
                     'title'   => $label,
                     'onClick' => 'this.form.rsvp.value = this.name; return true;'
             )