correction appel du curl pour qu'il soit en async
This commit is contained in:
parent
21d985575b
commit
e86c611ed5
2 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<paquet
|
||||
prefix="bigform"
|
||||
categorie="edition"
|
||||
version="1.1.6"
|
||||
version="1.1.7"
|
||||
etat="dev"
|
||||
compatibilite="[3.2.5;4.0.*]"
|
||||
logo="prive/themes/spip/images/bigform-64.png"
|
||||
|
|
Loading…
Add table
Reference in a new issue