Correction oubli

This commit is contained in:
Jean-Christophe Engel 2024-01-12 11:50:04 +01:00
parent c9300fe943
commit b5dc9d0efa
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ if (!$c)
}
$form->runIf(f('save') && !$form->hasErrors(),
function () use ($client, $id)
function () use ($client, $id, $form)
{
try
{