From d91d7117685b571129ca2b314b68d99f97181d75 Mon Sep 17 00:00:00 2001 From: "cedric@yterium.com" <> Date: Wed, 22 Oct 2014 13:34:20 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20http://core.spip.org/issues/3108=20:=20on?= =?UTF-8?q?=20applique=20par=20defaut=20le=20filtre=20get=5Fspip=5Fdoc=20s?= =?UTF-8?q?ur=20la=20balise=20#FICHIER=20pour=20etre=20robuste=20en=20cas?= =?UTF-8?q?=20de=20jointure.=20Le=20cas=20hypoth=C3=A9tique=20d'une=20tabl?= =?UTF-8?q?e=20perso=20qui=20utiliserait=20aussi=20un=20champ=20fichier=20?= =?UTF-8?q?qui=20n'a=20rien=20a=20voir=20sera=20trait=C3=A9=20par=20un=20#?= =?UTF-8?q?FICHIER*=20ou=20par=20une=20declaration=20adhoc=20dans=20table?= =?UTF-8?q?=5Fdes=5Ftraitements=20pour=20annuler=20ce=20traitement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/medias.php | 2 +- paquet.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/medias.php b/base/medias.php index bea506b9..4e08a034 100644 --- a/base/medias.php +++ b/base/medias.php @@ -37,7 +37,7 @@ function medias_declarer_tables_interfaces($interfaces) { $interfaces['exceptions_des_jointures']['spip_documents']['vu']=array('spip_documents_liens', 'vu'); $interfaces['table_date']['types_documents']='date'; - $interfaces['table_des_traitements']['FICHIER']['documents']= 'get_spip_doc(%s)'; + $interfaces['table_des_traitements']['FICHIER'][]= 'get_spip_doc(%s)'; return $interfaces; } diff --git a/paquet.xml b/paquet.xml index acf2ebaa..98384377 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@ <paquet prefix="medias" categorie="multimedia" - version="2.9.8" + version="2.9.9" etat="stable" compatibilite="[3.0.0;3.1.*]" logo="prive/themes/spip/images/portfolio-32.png" -- GitLab