From a0567558267b432277a7833f5867e800e3c61aa2 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 9 Oct 2020 08:45:03 +0200 Subject: [PATCH] merge 10302 --- core/class/template.class.php | 2 +- core/module/user/user.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/class/template.class.php b/core/class/template.class.php index 225ad92a..2cb85bab 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -64,7 +64,7 @@ class template { $html = '
'; // Label $html .= self::label($attributes['id'], - '' . template::ico('plus') . ' = en chiffres ?', [ + '' . template::ico('plus') . ' en chiffres ?', [ 'help' => $attributes['help'] ]); // Notice diff --git a/core/module/user/user.php b/core/module/user/user.php index 44bee7e8..1373c40b 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -374,7 +374,6 @@ class user extends common { } else { // Lire Id du compte $userId = $this->getInput('userLoginId', helper::FILTER_ID, true); - /** * Aucun compte existant */