]> git.mxchange.org Git - friendica.git/blobdiff - mod/repair_ostatus.php
Merge pull request #10332 from annando/calender-download
[friendica.git] / mod / repair_ostatus.php
index 33e97499e570bd0a0242ea10e95a43e922b5f015..054a19640b153d19cfb6d43953f5738f7f8d7cc1 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
  *
@@ -28,7 +28,7 @@ use Friendica\Model\Contact;
 function repair_ostatus_content(App $a) {
 
        if (! local_user()) {
-               notice(DI::l10n()->t('Permission denied.') . EOL);
+               notice(DI::l10n()->t('Permission denied.'));
                DI::baseUrl()->redirect('ostatus_repair');
                // NOTREACHED
        }