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