]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_upload.php
Merge remote-tracking branch 'upstream/develop' into contact-tabs
[friendica.git] / mod / wall_upload.php
index 093d5db773d3325e372035d5eb78747703bc2d8d..c3ba323043aa5a55ca8b0cb1f0029e477b9c19da 100644 (file)
@@ -99,7 +99,7 @@ function wall_upload_post(App $a, $desktopmode = true)
                        echo json_encode(['error' => DI::l10n()->t('Permission denied.')]);
                        exit();
                }
-               notice(DI::l10n()->t('Permission denied.') . EOL);
+               notice(DI::l10n()->t('Permission denied.'));
                exit();
        }
 
@@ -159,7 +159,7 @@ function wall_upload_post(App $a, $desktopmode = true)
                        echo json_encode(['error' => DI::l10n()->t('Invalid request.')]);
                        exit();
                }
-               notice(DI::l10n()->t('Invalid request.').EOL);
+               notice(DI::l10n()->t('Invalid request.'));
                exit();
        }