From: Aaron Parecki Date: Wed, 22 Mar 2017 18:46:54 +0000 (-0700) Subject: Fix "type" for RSVPs X-Git-Tag: v0.4.0~8 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/2989cd25e5a924611e37ef45b1eb18b69eadb655 Fix "type" for RSVPs --- diff --git a/src/shpub/Command/Rsvp.php b/src/shpub/Command/Rsvp.php index f46d230..4db6b6e 100644 --- a/src/shpub/Command/Rsvp.php +++ b/src/shpub/Command/Rsvp.php @@ -49,7 +49,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']) {