From fb0eda446eb51c832b0879f1a0e725c03a3ca963 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 1 Mar 2021 22:00:48 +0100 Subject: [PATCH] Fix bad break --- htdocs/societe/card.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php index 66f82e4e7bb..66b5f68564e 100644 --- a/htdocs/societe/card.php +++ b/htdocs/societe/card.php @@ -283,7 +283,6 @@ if (empty($reshook)) { setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); $error++; - break; } }