From 18804ee9297bdf0af8f228824e21ba378417fe30 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 18 Mar 2016 00:01:14 +0100 Subject: [PATCH] FIX Bad color of message password changed --- htdocs/user/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/card.php b/htdocs/user/card.php index 835b127c6a4..deabd191ae7 100644 --- a/htdocs/user/card.php +++ b/htdocs/user/card.php @@ -521,7 +521,7 @@ if (empty($reshook)) { } else { - setEventMessages($langs->trans("PasswordChangedTo", $newpassword), null, 'errors'); + setEventMessages($langs->trans("PasswordChangedTo", $newpassword), null, 'warnings'); } } }