2nd parameter is not a body

pull/1269/head
Roland Häder 2022-06-30 17:43:46 +02:00
parent 06b15a6ed0
commit 2fc719f720
No known key found for this signature in database
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 1 additions and 1 deletions

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;