1
0
mirror of synced 2024-11-25 14:56:09 +03:00

compatibility fix

This commit is contained in:
Grigory Pomadchin 2014-11-25 15:58:33 +03:00
parent 567ebf1c22
commit b2a82791df

View File

@ -1100,7 +1100,7 @@ class ICrmOrderActions
curl_exec($ch);
curl_close($ch);
} else {
self::orderAgent();
self::notForkedOrderAgent();
}
return 'ICrmOrderActions::orderAgent();';