]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/DFRN/Poll.php
Use the post language for the language detection / config for quality
[friendica.git] / src / Module / DFRN / Poll.php
index dbf91712fc07def07c36ee8c7ca6b7743f799049..3a8d370e9e6e56b2f86c7e8c9cbc2c63cacde5c5 100644 (file)
@@ -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);
        }
 }