X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAttach.php;h=60d1015b0aeb68295b05c2f9830973af958157bd;hb=d7df0825db598012871d8555de04575d0c30247a;hp=84961ca2763faddb6dd477239e854487747eb0c9;hpb=489cd0884ade34932fee45f136f77949bb3e3f91;p=friendica.git diff --git a/src/Module/Attach.php b/src/Module/Attach.php index 84961ca276..60d1015b0a 100644 --- a/src/Module/Attach.php +++ b/src/Module/Attach.php @@ -1,6 +1,6 @@ parameters['item'])) { throw new \Friendica\Network\HTTPException\BadRequestException(); } - $item_id = intval(static::$parameters['item']); + $item_id = intval($this->parameters['item']); // Check for existence $item = MAttach::exists(['id' => $item_id]);