]> git.mxchange.org Git - friendica.git/blobdiff - mod/repair_ostatus.php
Merge branch 'develop' into rewrite/gravity-constants
[friendica.git] / mod / repair_ostatus.php
index 9504a3fcf481648fd58348b16e002abfcafecef8..bc2c8bba2d9ce36e147ebe30e67ed7611a863531 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, 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.'));
+               DI::sysmsg()->addNotice(DI::l10n()->t('Permission denied.'));
                DI::baseUrl()->redirect('ostatus_repair');
                // NOTREACHED
        }