diff --git a/action/formidable_recuperer_fichier_par_email.php b/action/formidable_recuperer_fichier_par_email.php index 7bd7692a5800069e96f5c9a66261cbee2ce7263a..445fb4d9799ed85430a0d4025baa73c8cbfcee5e 100644 --- a/action/formidable_recuperer_fichier_par_email.php +++ b/action/formidable_recuperer_fichier_par_email.php @@ -17,6 +17,8 @@ function action_formidable_recuperer_fichier_par_email() { include_spip('inc/securiser_action'); $action = 'formidable_recuperer_fichier_par_email'; $pass = secret_du_site(); + spip_log("Action : le arg est $arg et le hash $hash.", "formidable"._LOG_DEBUG); + spip_log("Du coup le resultat de action_auteur est ". _action_auteur("$action-$arg", '', $pass, 'alea_ephemere'), "formidable"._LOG_DEBUG); if ($hash==_action_auteur("$action-$arg", '', $pass, 'alea_ephemere') or $hash==_action_auteur("$action-$arg", '', $pass, 'alea_ephemere_ancien')) { $arg = unserialize($arg); diff --git a/inc/formidable_fichiers.php b/inc/formidable_fichiers.php index 489c1b687507fd25570398f376918e50c75a2524..a03478513ef422ad83f0ef46832bb65b85a95865 100644 --- a/inc/formidable_fichiers.php +++ b/inc/formidable_fichiers.php @@ -535,6 +535,7 @@ function formidable_generer_url_action_recuperer_fichier_email($saisie, $fichier $action = 'formidable_recuperer_fichier_par_email'; $hash = _action_auteur("$action-$arg", '', $pass, 'alea_ephemere'); $url = generer_url_action($action, "arg=$arg&hash=$hash", true, true); + spip_log("Pour la $saisie et le fichier $fichier avec les options ".print_r($options,true)." le arg est $arg et le hash $hash. Du coup l'url est $url", "formidable"._LOG_DEBUG); return $url; } diff --git a/paquet.xml b/paquet.xml index 566e5993641dbc00814478c045a0d0f13ec6cca5..9d619fbf9367b9ac552b17cecb6b68a875a79f37 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@ <paquet prefix="formidable" categorie="communication" - version="3.38.10" + version="3.38.11" etat="stable" compatibilite="[3.0.0;3.2.*]" logo="images/formidable-64.png"