Fix syntax error
This commit is contained in:
parent
6f548532dc
commit
488004026f
@ -134,7 +134,7 @@ class InterfaceIFTTT extends DolibarrTriggers
|
|||||||
'Accept-Encoding'=>'gzip, deflate',
|
'Accept-Encoding'=>'gzip, deflate',
|
||||||
'Content-Type'=>'application/json',
|
'Content-Type'=>'application/json',
|
||||||
'X-Request-ID'=>getRandomPassword(true, null)
|
'X-Request-ID'=>getRandomPassword(true, null)
|
||||||
)
|
);
|
||||||
|
|
||||||
$result = getURLContent($url, 'POSTALREADYFORMATED', '', 1, $addheaders);
|
$result = getURLContent($url, 'POSTALREADYFORMATED', '', 1, $addheaders);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user