X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAttach.php;h=17b2d6e9083ffff62b56bb3577db736a10c61bbd;hb=06ea61f0edc0164d40f65594386a3148802ed96a;hp=a73beb2b8dd03585c1e4c498a196bf0a2ccbb2a0;hpb=23e5ae15e3a1b73cd89f65687db5acca122c5124;p=friendica.git diff --git a/src/Module/Attach.php b/src/Module/Attach.php index a73beb2b8d..17b2d6e908 100644 --- a/src/Module/Attach.php +++ b/src/Module/Attach.php @@ -37,7 +37,6 @@ class Attach extends BaseModule */ protected function rawContent(array $request = []) { - $a = DI::app(); if (empty($this->parameters['item'])) { throw new \Friendica\Network\HTTPException\BadRequestException(); }