From de88c3afb30f5589886cf0ed7030836f67f6a497 Mon Sep 17 00:00:00 2001 From: tofulm Date: Mon, 26 Apr 2021 15:15:11 +0200 Subject: [PATCH] pas d'erreur si le nom est trop court --- comptespip_options.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comptespip_options.php b/comptespip_options.php index 802baf7..efbcfee 100644 --- a/comptespip_options.php +++ b/comptespip_options.php @@ -13,6 +13,8 @@ if (!defined('_ECRIRE_INC_VERSION')) { return; } +define('_LOGIN_TROP_COURT', 1); + $GLOBALS['comptespip_editer'] = [ [ 'saisie' => 'input',