X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FLegacyModule.php;h=22d393ef9eda1e5706360e209efc74dc264cfcc6;hb=65b86fe0d556829c09e8c8f5c707b868ad37dfe1;hp=f0dfe0e01522d9e68ab796f448e9d66e96c7b9e2;hpb=561aba18e3a230c0912ad9483c6df43cc40e09d6;p=friendica.git diff --git a/src/LegacyModule.php b/src/LegacyModule.php index f0dfe0e015..22d393ef9e 100644 --- a/src/LegacyModule.php +++ b/src/LegacyModule.php @@ -1,6 +1,6 @@ runModuleFunction('content'); } - public function post(array $request = [], array $post = []) + protected function post(array $request = []) { - parent::post($post); + parent::post($request); $this->runModuleFunction('post'); }