X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FItem%2FIgnore.php;h=626d6bb508fad6083dbde827d964a1931ab0f495;hb=69b7923df2beed71419bc38e61ca9755fad24b12;hp=d38c19bb9ad54dccf9e1e8761244d577d6245be0;hpb=054c301ef0345c4ff9f35cfd08717757eab17b9d;p=friendica.git diff --git a/src/Module/Item/Ignore.php b/src/Module/Item/Ignore.php index d38c19bb9a..626d6bb508 100644 --- a/src/Module/Item/Ignore.php +++ b/src/Module/Item/Ignore.php @@ -1,6 +1,6 @@ t('Access denied.')); } - if (empty($parameters['id'])) { + if (empty($this->parameters['id'])) { throw new HTTPException\BadRequestException(); } - $itemId = intval($parameters['id']); + $itemId = intval($this->parameters['id']); $dba = DI::dba();