From: Roland Häder Date: Thu, 30 Jun 2022 15:43:46 +0000 (+0200) Subject: 2nd parameter is not a body X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2fc719f7206e3e2bfb44464c8caed87ed6bd3950;p=friendica-addons.git 2nd parameter is not a body --- 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;