From 50d57c7c025ba58c1027b5baf81ca474539d6c52 Mon Sep 17 00:00:00 2001
From: kent1 <kent1@arscenic.info>
Date: Thu, 27 Nov 2008 17:27:21 +0000
Subject: [PATCH] =?UTF-8?q?Report=20de=20[13288]=20...=20il=20aurait=20fal?=
 =?UTF-8?q?lu=20lire=20#1635=20dans=20le=20commit=20pr=C3=A9c=C3=A9dent...?=
 =?UTF-8?q?=20sorry=20...?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/ecrire/action/documenter.php b/ecrire/action/documenter.php
index 32e808df09..f7ab8cd150 100644
--- a/ecrire/action/documenter.php
+++ b/ecrire/action/documenter.php
@@ -21,7 +21,7 @@ function action_documenter_dist()
 	$securiser_action = charger_fonction('securiser_action', 'inc');
 	$arg = $securiser_action();
 
-	if (!preg_match(",^(-?)(\d+)\W(\w+)\W?(\d*)$,", $arg, $r))
+	if (!preg_match(",^(-?)(\d+)\W(\w+)\W?(\d+)$,", $arg, $r))
 		spip_log("action_documenter $arg pas compris");
 	else action_documenter_post($r);
 }
-- 
GitLab