X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/f46e4d3108d944bcf86f5905780f1fcfd441c036..96196413bef5ffb4ec3e09770b4e6847090dd71e:/src/shpub/Command/Like.php diff --git a/src/shpub/Command/Like.php b/src/shpub/Command/Like.php index 65020dc..ad19b8f 100644 --- a/src/shpub/Command/Like.php +++ b/src/shpub/Command/Like.php @@ -24,8 +24,8 @@ class Command_Like extends Command_AbstractProps } $req = new Request($this->cfg->host, $this->cfg); - $req->req->addPostParameter('h', 'entry'); - $req->req->addPostParameter('like-of', $url); + $req->setType('entry'); + $req->addProperty('like-of', $url); $this->handleGenericOptions($cmdRes, $req); $res = $req->send();