correction appel du curl pour qu'il soit en async

This commit is contained in:
Christophe 2021-07-05 14:47:14 +02:00
parent 21d985575b
commit e86c611ed5
2 changed files with 3 additions and 1 deletions

View file

@ -41,6 +41,8 @@ function bigform_post_edition($flux){
], true, false); ], true, false);
$ch = curl_init($url); $ch = curl_init($url);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1 );
curl_exec($ch); curl_exec($ch);
curl_close($ch); curl_close($ch);
} }

View file

@ -1,7 +1,7 @@
<paquet <paquet
prefix="bigform" prefix="bigform"
categorie="edition" categorie="edition"
version="1.1.6" version="1.1.7"
etat="dev" etat="dev"
compatibilite="[3.2.5;4.0.*]" compatibilite="[3.2.5;4.0.*]"
logo="prive/themes/spip/images/bigform-64.png" logo="prive/themes/spip/images/bigform-64.png"