]> git.mxchange.org Git - friendica.git/blobdiff - src/Moderation/Repository/Report.php
spelling: mismatches
[friendica.git] / src / Moderation / Repository / Report.php
index 1882d857107b5f8ab140362b8bc0515eb20e81ce..101f153896114011c378f17946f70e01a2965d01 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -57,6 +57,8 @@ class Report extends \Friendica\BaseRepository
                        'reporter-id' => $Report->reporterId,
                        'cid'         => $Report->cid,
                        'comment'     => $Report->comment,
+                       'category'    => $Report->category,
+                       'rules'       => $Report->rules,
                        'forward'     => $Report->forward,
                ];