From 2fc719f7206e3e2bfb44464c8caed87ed6bd3950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Thu, 30 Jun 2022 17:43:46 +0200 Subject: [PATCH] 2nd parameter is not a body --- qcomment/qcomment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcomment/qcomment.php b/qcomment/qcomment.php index ab81026e..ece149d2 100644 --- a/qcomment/qcomment.php +++ b/qcomment/qcomment.php @@ -57,7 +57,7 @@ function qcomment_addon_settings(App &$a, array &$data) ]; } -function qcomment_addon_settings_post(App $a, array &$body) +function qcomment_addon_settings_post(App $a, array &$b) { if (!local_user()) { return;