From d5b3d4d7a3ad40d421cb6817bfe40b8620fd8d85 Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Wed, 26 Sep 2007 20:02:38 +0000
Subject: [PATCH] =?UTF-8?q?Constante=20mal=20=C3=A9crite=20(NK)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/urls/propres.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/urls/propres.php b/ecrire/urls/propres.php
index de9f0dca93..aa005601dc 100644
--- a/ecrire/urls/propres.php
+++ b/ecrire/urls/propres.php
@@ -97,7 +97,7 @@ function creer_chaine_url($x) {
 	}
 
 	// S'il reste trop peu, on retombe sur article12
-	if (strlen($url) < _URL_PROPRES_MIN) {
+	if (strlen($url) < _URLS_PROPRES_MIN) {
 		$url = $objet['type'].$objet['id_objet'];
 	}
 
-- 
GitLab