Skip to content

Commit 839b852

Browse files
Arabic font issue fixed
1 parent ad316c3 commit 839b852

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Silverpop/EngagePod.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,8 @@ private function _httpPost($fields) {
731731
curl_setopt($ch,CURLOPT_POST,count($fields));
732732
curl_setopt($ch,CURLOPT_POSTFIELDS,$fields_string);
733733
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
734+
curl_setopt($ch,CURLOPT_HTTPHEADER,array (
735+
"Content-Type: application/x-www-form-urlencoded; charset=utf-8" ));
734736

735737
//execute post
736738
$result = curl_exec($ch);

0 commit comments

Comments
 (0)