]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Item/Activity.php
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
[friendica.git] / src / Module / Item / Activity.php
index bcfb83513b4115d00036d6e74fa45411b6abb37c..2175f730eea980836a7e18110bc79a1d967929a3 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
  *
@@ -89,6 +89,6 @@ class Activity extends BaseModule
                        'state' => 1,
                ];
 
-               System::jsonExit($return);
+               $this->jsonExit($return);
        }
 }