X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAttach.php;h=17b2d6e9083ffff62b56bb3577db736a10c61bbd;hb=99284222c1d7fb4adca9077e3057faf3b36f7180;hp=c35e6b9ba393405be0ac94393a1fbbb1483ae3d5;hpb=587953582273326dfa1ff744827897e1bf1208c9;p=friendica.git diff --git a/src/Module/Attach.php b/src/Module/Attach.php index c35e6b9ba3..17b2d6e908 100644 --- a/src/Module/Attach.php +++ b/src/Module/Attach.php @@ -1,6 +1,6 @@ parameters['item'])) { throw new \Friendica\Network\HTTPException\BadRequestException(); } @@ -72,7 +72,7 @@ class Attach extends BaseModule } echo $data; - exit(); + System::exit(); // NOTREACHED } }