diff --git a/bigform_pipelines.php b/bigform_pipelines.php index c69d2aa..2ff0fd9 100644 --- a/bigform_pipelines.php +++ b/bigform_pipelines.php @@ -41,6 +41,8 @@ function bigform_post_edition($flux){ ], true, false); $ch = curl_init($url); + curl_setopt($ch, CURLOPT_HEADER, false); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1 ); curl_exec($ch); curl_close($ch); } diff --git a/paquet.xml b/paquet.xml index 756c8db..f70b2ed 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@