2nd parameter is not a body
This commit is contained in:
parent
06b15a6ed0
commit
2fc719f720
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue