rm unness var
This commit is contained in:
parent
f6ce86310d
commit
983f653d86
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ class ICrmOrderActions
|
|||
$_SERVER['SERVER_NAME'] . '/retailcrm/agent.php');
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
//curl_setopt($ch,CURLOPT_HEADER, true); // headers
|
||||
$result = curl_exec($ch);
|
||||
curl_exec($ch);
|
||||
curl_close($ch);
|
||||
} else {
|
||||
self::notForkedOrderAgent();
|
||||
|
|
Loading…
Add table
Reference in a new issue