]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_attach.php
Merge pull request #9829 from Extarys/9827-broken-navbar
[friendica.git] / mod / wall_attach.php
index c02a06c37521900ae62439c1476eda61ee8008cb..8cb19ab1a09e4953e1a2653c667553358260fb23 100644 (file)
@@ -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();