From b91031b6938a8880e93d39d71daadda74f0ef5a1 Mon Sep 17 00:00:00 2001 From: philippe grand Date: Thu, 17 Dec 2015 17:20:28 +0100 Subject: [PATCH] fix some issue within my last commit --- 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 6a94c4dce17..031239f1a85 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -158,7 +158,7 @@ if (empty($reshook)) if ($result < 0) { $langs->load("errors"); - setEventMessages($langs->trans($object->error), null,s 'errors'); + setEventMessages($langs->trans($object->error), null, 'errors'); $error++; } }