Update new.php

This commit is contained in:
daraelmin
2021-04-17 14:29:02 +02:00
committed by GitHub
parent fcbea36605
commit d6085fb68a

View File

@@ -218,7 +218,7 @@ if (empty($reshook) && $action == 'add') {
$error++;
$errmsg .= $langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Lastname"))."<br>\n";
}
if (!GETPOST('firstname') {
if (!GETPOST('firstname')) ä{
$error++;
$errmsg .= $langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Firstname"))."<br>\n";
}