Fix CS
[shpub.git] / src / shpub / Command / Rsvp.php
index f46d230c3e52132404438a123dba79ce4ee3a059..edf06cc8d91fe2ead34137502363f07a76d14a7e 100644 (file)
@@ -3,6 +3,10 @@ namespace shpub;
 
 /**
  * Repondez s'il vous plait - an answer to an invitation
+ *
+ * @author  Christian Weiske <cweiske@cweiske.de>
+ * @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']) {