]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Item/Follow.php
Changes:
[friendica.git] / src / Module / Item / Follow.php
index c28e49c8c8f44cb9be02347464d8e5f4975fdbd0..c0caa1b86dcbfb452a7f3f14c497c1b476421e2e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -71,6 +71,6 @@ class Follow extends BaseModule
                        'state' => 1
                ];
 
-               System::jsonExit($return);
+               $this->jsonExit($return);
        }
 }