mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
Removed second ppst parameter
This commit is contained in:
parent
68655d0dcb
commit
03d2160690
16 changed files with 16 additions and 16 deletions
|
@ -38,7 +38,7 @@ use Friendica\Network\HTTPException\NotFoundException;
|
|||
*/
|
||||
class Seen extends BaseApi
|
||||
{
|
||||
protected function post(array $request = [], array $post = [])
|
||||
protected function post(array $request = [])
|
||||
{
|
||||
BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE);
|
||||
$uid = BaseApi::getCurrentUserID();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue