]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/DFRN/Poll.php
Changes:
[friendica.git] / src / Module / DFRN / Poll.php
index e841e9b26bb5e73d8067dbff3418afb5b79aaeaa..d05298a79d97f556f0d4ca93c133a0fec3091294 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
  *
@@ -48,6 +48,6 @@ class Poll extends BaseModule
                }
 
                $last_update = $request['last_update'] ?? '';
-               System::httpExit(OStatus::feed($owner['nickname'], $last_update, 10) ?? '', Response::TYPE_ATOM);
+               $this->httpExit(OStatus::feed($owner['nickname'], $last_update, 10) ?? '', Response::TYPE_ATOM);
        }
 }