FIX Bad color of message password changed

This commit is contained in:
Laurent Destailleur 2016-03-18 00:01:14 +01:00
parent 75ed221fb8
commit 18804ee929

View File

@ -521,7 +521,7 @@ if (empty($reshook)) {
}
else
{
setEventMessages($langs->trans("PasswordChangedTo", $newpassword), null, 'errors');
setEventMessages($langs->trans("PasswordChangedTo", $newpassword), null, 'warnings');
}
}
}