]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/OStatus/Salmon.php
Update function / rearrange tab order
[friendica.git] / src / Module / OStatus / Salmon.php
index 0fd901eaf470f8d912729949a691fc9a86c72433..889d852d961f955437253ca0e8b1403ba299c128 100644 (file)
@@ -62,9 +62,10 @@ class Salmon extends \Friendica\BaseModule
         * @throws HTTPException\OKException
         * @throws \ImagickException
         */
-       protected function rawContent(array $request = [])
+       protected function post(array $request = [])
        {
                $xml = Network::postdata();
+               $this->logger->debug('Got request data.', ['request' => $request]);
 
                $nickname = $this->parameters['nickname'] ?? '';
                if (empty($nickname)) {