2nd parameter is not a body

This commit is contained in:
Roland Häder 2022-06-30 17:43:46 +02:00 committed by Michael
parent c3918a06d9
commit e924ada872

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;