From 24b553cd535a0bf0f9fe2dcd24b005a4759fdf98 Mon Sep 17 00:00:00 2001
From: Christian Lefebvre <christian_lefebvre@laposte.net>
Date: Tue, 12 Sep 2006 19:53:32 +0000
Subject: [PATCH] pour pouvoir poster des trucs en vrac

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

diff --git a/ecrire/inc/distant.php b/ecrire/inc/distant.php
index 0b5e5bfefa..c7c753670a 100644
--- a/ecrire/inc/distant.php
+++ b/ecrire/inc/distant.php
@@ -140,7 +140,7 @@ function recuperer_page($url, $munge_charset=false, $get_headers=false, $taille_
 	else
 		$get = 'GET';
 
-	if (!empty($datas) && is_array($datas)) {
+	if (!empty($datas)) {
 		$get = 'POST';
 		list($content_type, $postdata) = prepare_donnees_post($datas);
 	}
-- 
GitLab