]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Twitter/Statuses/Destroy.php
Removed second ppst parameter
[friendica.git] / src / Module / Api / Twitter / Statuses / Destroy.php
index 58f13157b97d052258b62c2ea59826c506bc4757..a8c4be6f4e0b3228e22b40083b611a6dddba0d49 100644 (file)
@@ -34,7 +34,7 @@ use Friendica\Model\Item;
  */
 class Destroy extends BaseApi
 {
-       protected function rawContent(array $request = [])
+       protected function post(array $request = [])
        {
                BaseApi::checkAllowedScope(BaseApi::SCOPE_READ);
                $uid = BaseApi::getCurrentUserID();