Removed second ppst parameter

This commit is contained in:
Michael 2021-11-30 21:41:10 +00:00
parent 68655d0dcb
commit 03d2160690
16 changed files with 16 additions and 16 deletions

View file

@ -40,7 +40,7 @@ use Friendica\Network\HTTPException\InternalServerErrorException;
*/
class Retweet extends BaseApi
{
protected function post(array $request = [], array $post = [])
protected function post(array $request = [])
{
self::checkAllowedScope(self::SCOPE_WRITE);
$uid = self::getCurrentUserID();