]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseModeration.php
Changes:
[friendica.git] / src / Module / BaseModeration.php
index a575e51f79e01abe35d25b4cc90af1abe924742d..a735e916870fbe366629fbc2893ddb3046bffb42 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -107,6 +107,7 @@ abstract class BaseModeration extends BaseModule
                $aside_sub = [
                        'information' => [$this->t('Information'), [
                                'overview' => ['moderation', $this->t('Overview'), 'overview'],
+                               'reports'  => ['moderation/reports', $this->t('Reports'), 'overview'],
                        ]],
                        'configuration' => [$this->t('Configuration'), [
                                'users' => ['moderation/users', $this->t('Users'), 'users'],