X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/6c791f2d0c159d56c570802c8d9bd3612262aa9e..613d09d06d7bab3c6d91fd1b5b231e54c7304480:/src/shpub/Command/Rsvp.php diff --git a/src/shpub/Command/Rsvp.php b/src/shpub/Command/Rsvp.php index f46d230..edf06cc 100644 --- a/src/shpub/Command/Rsvp.php +++ b/src/shpub/Command/Rsvp.php @@ -3,6 +3,10 @@ namespace shpub; /** * Repondez s'il vous plait - an answer to an invitation + * + * @author Christian Weiske + * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 + * @link http://cweiske.de/shpub.htm */ class Command_Rsvp extends Command_AbstractProps { @@ -49,7 +53,7 @@ class Command_Rsvp extends Command_AbstractProps } $req = new Request($this->cfg->host, $this->cfg); - $req->setType('h', 'entry'); + $req->setType('entry'); $req->addProperty('in-reply-to', $url); $req->addProperty('rsvp', $rsvp); if ($cmdRes->args['text']) {