2nd parameter is not a body

This commit is contained in:
Roland Häder 2022-06-30 17:43:46 +02:00
parent 06b15a6ed0
commit 2fc719f720
Signed by: roland
GPG key ID: C82EDE5DDFA0BA77

View file

@ -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;