1
0
mirror of synced 2025-01-19 17:31:43 +03:00

install crash fix

This commit is contained in:
Grisha Pomadchin 2014-05-06 11:58:29 +04:00
parent 1378c1d531
commit 6225fbc041

View File

@ -74,6 +74,8 @@ class intaro_intarocrm extends CModule {
include($this->INSTALL_PATH . '/../classes/general/RestApi.php');
include($this->INSTALL_PATH . '/../classes/general/ICrmOrderActions.php');
include($this->INSTALL_PATH . '/../classes/general/ICMLLoader.php');
include($this->INSTALL_PATH . '/../classes/general/Exception/ApiException.php');
include($this->INSTALL_PATH . '/../classes/general/Exception/CurlException.php');
$step = intval($_REQUEST['step']);