]> git.mxchange.org Git - friendica.git/blobdiff - src/LegacyModule.php
Don't count the system user on the administration page
[friendica.git] / src / LegacyModule.php
index 8c24617c8325e2ef0de0cf41f1d2c697e72f7418..17853015e611500c1b5b2cbe7204b172fc03c90d 100644 (file)
@@ -73,9 +73,9 @@ class LegacyModule extends BaseModule
                return $this->runModuleFunction('content');
        }
 
-       protected function post(array $request = [], array $post = [])
+       protected function post(array $request = [])
        {
-               parent::post($post);
+               parent::post($request);
 
                $this->runModuleFunction('post');
        }