X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAttach.php;h=c924934b7bc2cc2adaa9f1485abded8c8b5ae517;hb=8038c1b04ffa723ebd28610fb72927d8d21b3577;hp=60d1015b0aeb68295b05c2f9830973af958157bd;hpb=e56a53647bd5469551bf4f9ef2df50a5dd16b943;p=friendica.git diff --git a/src/Module/Attach.php b/src/Module/Attach.php index 60d1015b0a..c924934b7b 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 } }