parent
1c33530a87
commit
7caa92b6d7
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
|
||||||
if ($json)
|
if ($json)
|
||||||
return json_decode($result, true);
|
return json_decode(utf8_encode($result), true);
|
||||||
else
|
else
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue