mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:50:12 +00:00
Rename route '/ignored/{iid}' to '/item/ignore/{iid}'
This commit is contained in:
parent
5aa73afa7e
commit
062e472314
3 changed files with 8 additions and 4 deletions
|
@ -30,7 +30,7 @@ class Ignore extends BaseModule
|
|||
/** @var Database $dba */
|
||||
$dba = self::getClass(Database::class);
|
||||
|
||||
$message_id = intval($args->get(1));
|
||||
$message_id = intval($args->get(2));
|
||||
|
||||
if (empty($message_id) || !is_int($message_id)) {
|
||||
throw new HTTPException\BadRequestException();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue