1
0
mirror of synced 2025-01-31 15:22:01 +03:00

rm unness var

This commit is contained in:
Grigory Pomadchin 2014-11-27 16:00:10 +03:00
parent f6ce86310d
commit 983f653d86

View File

@ -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();