X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FLegacyModule.php;h=22d393ef9eda1e5706360e209efc74dc264cfcc6;hb=a3a32af5c1d47f036cade7db21a8bbf512d3e566;hp=8c24617c8325e2ef0de0cf41f1d2c697e72f7418;hpb=d83ebe603171b6a8aba6369db27db2740213f95d;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'); }