From 19d75772673da581e5e3beaad2bce074a8d9fede Mon Sep 17 00:00:00 2001 From: Alexis Algoud Date: Tue, 15 Mar 2016 11:14:51 +0100 Subject: [PATCH] FIX Bad function name call on delete --- htdocs/projet/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php index c6511e2a67d7b..58943ad3d3028 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -352,7 +352,7 @@ $result=$object->delete($user); if ($result > 0) { - setEventMessagess($langs->trans("RecordDeleted"), null, 'mesgs'); + setEventMessages($langs->trans("RecordDeleted"), null, 'mesgs'); header("Location: index.php"); exit; }