X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwall_attach.php;h=8cb19ab1a09e4953e1a2653c667553358260fb23;hb=974f7bffc82d024a38b4709c6b250677a217f65a;hp=c02a06c37521900ae62439c1476eda61ee8008cb;hpb=097620b62799c96d610d73410ec07a6b8cdf82f0;p=friendica.git diff --git a/mod/wall_attach.php b/mod/wall_attach.php index c02a06c375..8cb19ab1a0 100644 --- a/mod/wall_attach.php +++ b/mod/wall_attach.php @@ -106,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();