]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Event/cancelrsvpform.php
Merge branch '1.0.x' into limitdist2
[quix0rs-gnu-social.git] / plugins / Event / cancelrsvpform.php
index 8cccbdb66178456346904c747d36d3cf3e7ddb2d..955a782e62b8c0f29ad6932fda64625d7c87f206 100644 (file)
@@ -100,7 +100,7 @@ class CancelRSVPForm extends Form
 
         $this->out->hidden('rsvp', $this->rsvp->id);
 
-        switch (RSVP::verbFor($this->rsvp->result)) {
+        switch (RSVP::verbFor($this->rsvp->response)) {
         case RSVP::POSITIVE:
             $this->out->text(_('You will attend this event.'));
             break;