mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:10:13 +00:00
Removed second ppst parameter
This commit is contained in:
parent
68655d0dcb
commit
03d2160690
16 changed files with 16 additions and 16 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue