Fix bad break

This commit is contained in:
Laurent Destailleur 2021-03-01 22:00:48 +01:00
parent f64f53e460
commit fb0eda446e

View File

@ -283,7 +283,6 @@ if (empty($reshook))
{
setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
$error++;
break;
}
}