]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_attach.php
Coding standards
[friendica.git] / mod / wall_attach.php
index c02a06c37521900ae62439c1476eda61ee8008cb..94aac2be9f1e42f25cefe74e472ea48f2e75371b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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();