From 72fec9bdc2c93950825e575913bb8237a2a537ba Mon Sep 17 00:00:00 2001
From: "camille.sauvage@espci.fr" <>
Date: Mon, 17 Feb 2014 08:31:42 +0000
Subject: [PATCH] =?UTF-8?q?ancien=20commit=20de=20vendredi=2014/02=20qui?=
 =?UTF-8?q?=20n'=C3=A9tait=20pas=20pass=C3=A9=20correction=20d'un=20bug=20?=
 =?UTF-8?q?dans=20l'utilisation=20de=20la=20balise=20#FORMULAIRE=5FFORMIDA?=
 =?UTF-8?q?BLE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 formulaires/formidable.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/formulaires/formidable.php b/formulaires/formidable.php
index 86b1ab66..603dc29a 100644
--- a/formulaires/formidable.php
+++ b/formulaires/formidable.php
@@ -50,6 +50,7 @@ function formulaires_formidable_charger($id, $valeurs = array(), $id_formulaires
 		return;
 
 	// On cherche si le formulaire existe
+	$where = 'id_formulaire = ' . intval($id_formulaire);
 	if ($formulaire = sql_fetsel('*', 'spip_formulaires', $where)){
 		// On ajoute un point d'entrée avec les infos de ce formulaire
 		// pour d'eventuels plugins qui en ont l'utilité
-- 
GitLab