diff --git a/htdocs/adherents/public/new.php b/htdocs/adherents/public/new.php
index 837a217c681..9142f708a4a 100644
--- a/htdocs/adherents/public/new.php
+++ b/htdocs/adherents/public/new.php
@@ -92,7 +92,7 @@ llxHeader();
if (isset($action) && $action== 'added'){
print "Nouvel Adhérent ajouté. En attente de validation
\n";
}
-if (isset($errmsg) && $errmsg != ''){
+if ($errmsg != ''){
print "$errmsg
\n";
}