X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwall_attach.php;h=8cb19ab1a09e4953e1a2653c667553358260fb23;hb=7c80e93ea8079727645c047b202573cb917ca08f;hp=8fd274a0175f21df65dce9a7581afec1d1a30e60;hpb=6c36fd9e01510a14fea9de766b4afe6760912a2e;p=friendica.git diff --git a/mod/wall_attach.php b/mod/wall_attach.php index 8fd274a017..8cb19ab1a0 100644 --- a/mod/wall_attach.php +++ b/mod/wall_attach.php @@ -1,10 +1,25 @@ . + * */ use Friendica\App; -use Friendica\Core\Config; use Friendica\Core\Session; use Friendica\Database\DBA; use Friendica\DI; @@ -91,7 +106,7 @@ function wall_attach_post(App $a) { if ($r_json) { echo json_encode(['error' => $msg]); } else { - notice($msg . EOL); + notice($msg); } @unlink($src); exit();