From 8f4554ed64b1b1399a2e351cc26e3c348795474d Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Thu, 23 Mar 2006 21:43:51 +0000 Subject: [PATCH] =?UTF-8?q?[6043]=C2=A0y=20est=20all=C3=A9=20un=20peu=20fo?= =?UTF-8?q?rt.=20corrige=20#170?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/exec/mots_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/exec/mots_edit.php b/ecrire/exec/mots_edit.php index 55dc19bee8..54c45f2baf 100644 --- a/ecrire/exec/mots_edit.php +++ b/ecrire/exec/mots_edit.php @@ -144,7 +144,7 @@ if ($id_mot) { voir_en_ligne ('mot', $id_mot); fin_boite_info(); - } else {echo _T('info_mot_sans_groupe'); exit;} + } else if (!$new) {echo _T('info_mot_sans_groupe'); exit;} ////////////////////////////////////////////////////// // Logos du mot-clef -- GitLab