]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Revoke.php
Add Dice logging for Module creation
[friendica.git] / src / Module / Contact / Revoke.php
index 4c3a6dade58abcdd8836c2a9eb0e0ebf8ec078d2..5d4e7c3e39d77b5b485a93d73d8421939aa39270 100644 (file)
@@ -74,7 +74,7 @@ class Revoke extends BaseModule
                }
        }
 
-       protected function post(array $request = [], array $post = [])
+       protected function post(array $request = [])
        {
                if (!local_user()) {
                        throw new HTTPException\UnauthorizedException();